AWS::PCAConnectorAD::Template PrivateKeyFlagsV2 - AWS CloudFormation

AWS::PCAConnectorAD::Template PrivateKeyFlagsV2

Private key flags for v2 templates specify the client compatibility, if the private key can be exported, and if user input is required when using a private key.

Syntax

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

JSON

{ "ClientVersion" : String, "ExportableKey" : Boolean, "StrongKeyProtectionRequired" : Boolean }

Properties

ClientVersion

Defines the minimum client compatibility.

Required: Yes

Type: String

Allowed values: WINDOWS_SERVER_2003 | WINDOWS_SERVER_2008 | WINDOWS_SERVER_2008_R2 | WINDOWS_SERVER_2012 | WINDOWS_SERVER_2012_R2 | WINDOWS_SERVER_2016

Update requires: No interruption

ExportableKey

Allows the private key to be exported.

Required: No

Type: Boolean

Update requires: No interruption

StrongKeyProtectionRequired

Require user input when using the private key for enrollment.

Required: No

Type: Boolean

Update requires: No interruption