AWS::ACMPCA::CertificateAuthority CustomAttribute - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::ACMPCA::CertificateAuthority CustomAttribute

Defines the X.500 relative distinguished name (RDN).

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "ObjectIdentifier" : String, "Value" : String }

YAML

ObjectIdentifier: String Value: String

Properties

ObjectIdentifier

Specifies the object identifier (OID) of the attribute type of the relative distinguished name (RDN).

Required: Yes

Type: String

Pattern: ([0-2])\.([0-9]|([0-3][0-9]))((\.([0-9]+)){0,126})

Minimum: 0

Maximum: 64

Update requires: Replacement

Value

Specifies the attribute value of relative distinguished name (RDN).

Required: Yes

Type: String

Minimum: 1

Maximum: 256

Update requires: Replacement