DeleteJobDefinitionSecretRequest: {
    jobDefinitionId: string;
    region?: Region;
    secretId: string;
}

Type declaration

  • jobDefinitionId: string

    UUID of the job definition.

  • Optionalregion?: Region

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

  • secretId: string

    UUID of the secret reference within the job.