AWS::PCAConnectorAD::Template KeyUsage - 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::PCAConnectorAD::Template KeyUsage

The key usage extension defines the purpose (e.g., encipherment, signature) of the key contained in the certificate.

Syntax

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

JSON

{ "Critical" : Boolean, "UsageFlags" : KeyUsageFlags }

Properties

Critical

Sets the key usage extension to critical.

Required: No

Type: Boolean

Update requires: No interruption

UsageFlags

The key usage flags represent the purpose (e.g., encipherment, signature) of the key contained in the certificate.

Required: Yes

Type: KeyUsageFlags

Update requires: No interruption