This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::ACMPCA::CertificateAuthority CsrExtensions
Describes the certificate extensions to be added to the certificate signing request (CSR).
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "KeyUsage" :KeyUsage, "SubjectInformationAccess" :[ AccessDescription, ... ]}
Properties
- 
                    Indicates the purpose of the certificate and of the key contained in the certificate. Required: No Type: KeyUsage Update requires: Replacement 
- 
                    For CA certificates, provides a path to additional information pertaining to the CA, such as revocation and policy. For more information, see Subject Information Access in RFC 5280. Required: No Type: Array of AccessDescription Update requires: Replacement