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

The key usage property defines the purpose of the private key contained in the certificate. You can specify specific purposes using property flags or all by using property type ALL.

Syntax

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

Properties

PropertyFlags

You can specify key usage for encryption, key agreement, and signature. You can use property flags or property type but not both.

Required: No

Type: KeyUsagePropertyFlags

Update requires: No interruption

PropertyType

You can specify all key usages using property type ALL. You can use property type or property flags but not both.

Required: No

Type: String

Allowed values: ALL

Update requires: No interruption