JobDefinitionSecret

data class JobDefinitionSecret(val name: String, val valueFrom: String)

Constructors

Link copied to clipboard
constructor(name: String, valueFrom: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the secret.

Link copied to clipboard

The secret to expose to the container. The supported values are either the full Amazon Resource Name (ARN) of the AWS Secrets Manager secret or the full ARN of the parameter in the AWS Systems Manager Parameter Store.