This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::EVS::Environment Secret
A managed secret that contains the credentials for installing vCenter Server, NSX, and SDDC Manager. During environment creation, the Amazon EVS control plane uses Amazon Secrets Manager to create, encrypt, validate, and store secrets. If you choose to delete your environment, Amazon EVS also deletes the secrets that are associated with your environment. Amazon EVS does not provide managed rotation of secrets. We recommend that you rotate secrets regularly to ensure that secrets are not long-lived.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "SecretArn" :String}
YAML
SecretArn:String
Properties
SecretArn-
The Amazon Resource Name (ARN) of the secret.
Required: No
Type: String
Update requires: Updates are not supported.