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:
KeyUsagePropertyFlags
PropertyType: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:
ALL
Update requires: No interruption