AWS::PCAConnectorAD::Template PrivateKeyAttributesV2 - AWS CloudFormation

AWS::PCAConnectorAD::Template PrivateKeyAttributesV2

Defines the attributes of the private key.

Syntax

To declare this entity in your AWS 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