interface CreateJobDefinitionSecretsRequestSecretConfig {
    envVarName?: string;
    path?: string;
    secretManagerId: string;
    secretManagerVersion: string;
}

Properties

envVarName?: string

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

path?: string

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

secretManagerId: string
secretManagerVersion: string