AWS::ACMPCA::CertificateAuthority OtherName - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::ACMPCA::CertificateAuthority OtherName

Defines a custom ASN.1 X.400 GeneralName using an object identifier (OID) and value. The OID must satisfy the regular expression shown below. For more information, see NIST's definition of Object Identifier (OID).

Syntax

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

JSON

{ "TypeId" : String, "Value" : String }

YAML

TypeId: String Value: String

Properties

TypeId

Specifies an OID.

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 an OID value.

Required: Yes

Type: String

Minimum: 0

Maximum: 256

Update requires: Replacement