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