AWS::ACMPCA::CertificateAuthority CustomAttribute
Defines the X.500 relative distinguished name (RDN).
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "ObjectIdentifier" :String, "Value" :String}
YAML
ObjectIdentifier:StringValue:String
Properties
ObjectIdentifier-
Specifies the object identifier (OID) of the attribute type of the relative distinguished name (RDN).
Required: Yes
Type: String
Minimum:
0Maximum:
64Pattern:
^([0-2])\.([0-9]|([0-3][0-9]))((\.([0-9]+)){0,126})$Update requires: Replacement
Value-
Specifies the attribute value of relative distinguished name (RDN).
Required: Yes
Type: String
Minimum:
1Maximum:
256Update requires: Replacement