This is the new AWS 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 AWS CloudFormation template, use the following syntax:
JSON
{ "PropertyFlags" :KeyUsagePropertyFlags, "PropertyType" :String}
YAML
PropertyFlags:KeyUsagePropertyFlagsPropertyType:String
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: ALLUpdate requires: No interruption