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

Defines the attributes of the private key.

Syntax

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

JSON

{ "CryptoProviders" : [ String, ... ], "KeySpec" : String, "MinimalKeyLength" : Number }

YAML

CryptoProviders: - String KeySpec: String MinimalKeyLength: Number

Properties

CryptoProviders

Defines the cryptographic providers used to generate the private key.

Required: No

Type: Array of String

Minimum: 1 | 1

Maximum: 100 | 100

Update requires: No interruption

KeySpec

Defines the purpose of the private key. Set it to "KEY_EXCHANGE" or "SIGNATURE" value.

Required: Yes

Type: String

Allowed values: KEY_EXCHANGE | SIGNATURE

Update requires: No interruption

MinimalKeyLength

Set the minimum key length of the private key.

Required: Yes

Type: Number

Minimum: 1

Update requires: No interruption