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

Defines the X.509 CertificatePolicies extension.

Syntax

To declare this entity in your Amazon 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. Amazon Private CA supports the certification practice statement (CPS) qualifier.

Required: No

Type: Array of PolicyQualifierInfo

Minimum: 1

Maximum: 20

Update requires: Replacement