class Aws::Batch::Types::Secret
An object representing the secret to expose to your container. Secrets can be exposed to a container in the following ways:
-
To inject sensitive data into your containers as environment variables, use the `secrets` container definition parameter.
-
To reference sensitive information in the log configuration of a container, use the `secretOptions` container definition parameter.
For more information, see [Specifying sensitive data] in the *Batch User Guide*.
[1]: docs.aws.amazon.com/batch/latest/userguide/specifying-sensitive-data.html
@note When making an API call, you may pass Secret
data as a hash: { name: "String", # required value_from: "String", # required }
@!attribute [rw] name
The name of the secret. @return [String]
@!attribute [rw] value_from
The secret to expose to the container. The supported values are either the full ARN of the Secrets Manager secret or the full ARN of the parameter in the Amazon Web Services Systems Manager Parameter Store. <note markdown="1"> If the Amazon Web Services Systems Manager Parameter Store parameter exists in the same Region as the job you're launching, then you can use either the full ARN or name of the parameter. If the parameter exists in a different Region, then the full ARN must be specified. </note> @return [String]
@see docs.aws.amazon.com/goto/WebAPI/batch-2016-08-10/Secret AWS API Documentation
Constants
- SENSITIVE