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

Defines the X.509 CertificatePolicies extension.

Syntax

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

JSON

{ "CertPolicyId" : String, "PolicyQualifiers" : [ PolicyQualifierInfo, ... ] }

Properties

CertPolicyId

Specifies the object identifier (OID) of the certificate policy under which the certificate was issued. For more information, see NIST's definition of Object Identifier (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

PolicyQualifiers

Modifies the given CertPolicyId with a qualifier. AWS Private CA supports the certification practice statement (CPS) qualifier.

Required: No

Type: Array of PolicyQualifierInfo

Minimum: 1

Maximum: 20

Update requires: Replacement