SqsApiUpdateSqsCredentialsRequest: {
    name?: string;
    permissions?: SqsPermissions;
    region?: Region;
    sqsCredentialsId: string;
}

Type declaration

  • Optionalname?: string

    Name of the credentials.

  • Optionalpermissions?: SqsPermissions

    Permissions associated with these credentials.

  • Optionalregion?: Region

    Region to target. If none is passed will use default region from the config.

  • sqsCredentialsId: string

    ID of the SQS credentials to update.