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

Specifies the X.509 extension information for a certificate.

Extensions present in CustomExtensions follow the ApiPassthroughtemplate rules.

Syntax

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

JSON

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

YAML

Critical: Boolean ObjectIdentifier: String Value: String

Properties

Critical

Specifies the critical flag of the X.509 extension.

Required: No

Type: Boolean

Update requires: Replacement

ObjectIdentifier

Specifies the object identifier (OID) of the X.509 extension. For more information, see the Global OID reference database.

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 base64-encoded value of the X.509 extension.

Required: Yes

Type: String

Pattern: (?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?

Minimum: 1

Maximum: 4096

Update requires: Replacement