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::ACMPCA::CertificateAuthority Tag
Tags are labels that you can use to identify and organize your private CAs. Each tag consists of a key and an optional value. You can associate up to 50 tags with a private CA. To add one or more tags to a private CA, call the TagCertificateAuthority action. To remove a tag, call the UntagCertificateAuthority action.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
Properties
- 
                    Key (name) of the tag. Required: Yes Type: String Pattern: ([\p{L}\p{Z}\p{N}_.:/=+\-@]*)Minimum: 1Maximum: 128Update requires: No interruption 
- 
                    Value of the tag. Required: No Type: String Pattern: ([\p{L}\p{Z}\p{N}_.:/=+\-@]*)Minimum: 0Maximum: 256Update requires: No interruption