AWS::ECS::TaskDefinition Secret
The Secret
property specifies an object representing the secret to expose
to your container. For more information, see Specifying
Sensitive Data in the Amazon Elastic Container Service Developer
Guide.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
Properties
Name
-
The name of the secret.
Required: Yes
Type: String
Update requires: Replacement
ValueFrom
-
The secret to expose to the container. The supported values are either the full ARN of the AWS Secrets Manager secret or the full ARN of the parameter in the AWS Systems Manager Parameter Store.
Note If the AWS Systems Manager Parameter Store parameter exists in the same Region as the task you are 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.
Required: Yes
Type: String
Update requires: Replacement