UpdateJobDefinitionSecretRequest: {
    envVarName?: string;
    jobDefinitionId: string;
    path?: string;
    region?: Region;
    secretId: string;
    secretManagerVersion?: string;
}

Type declaration

  • OptionalenvVarName?: string

    Environment variable name used to expose the secret inside the job (either path or env_var_name must be set).

    One-of ('secretConfig'): at most one of 'path', 'envVarName' could be set.

  • jobDefinitionId: string

    UUID of the job definition.

  • Optionalpath?: string

    Path of the secret to mount inside the job (either path or env_var_name must be set).

    One-of ('secretConfig'): at most one of 'path', 'envVarName' could be set.

  • 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.

  • OptionalsecretManagerVersion?: string

    Version of the secret in Secret Manager.