AWS::ACMPCA::CertificateAuthority Tag - AWS CloudFormation

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 AWS CloudFormation template, use the following syntax:

JSON

{ "Key" : String, "Value" : String }

YAML

Key: String Value: String

Properties

Key

Key (name) of the tag.

Required: Yes

Type: String

Pattern: ([\p{L}\p{Z}\p{N}_.:/=+\-@]*)

Minimum: 1

Maximum: 128

Update requires: No interruption

Value

Value of the tag.

Required: No

Type: String

Pattern: ([\p{L}\p{Z}\p{N}_.:/=+\-@]*)

Minimum: 0

Maximum: 256

Update requires: No interruption