AWS::ACMPCA::Certificate OtherName - AWS CloudFormation

AWS::ACMPCA::Certificate 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 AWS 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