Interface CfnTemplatePropsMixin.PrivateKeyAttributesV2Property

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnTemplatePropsMixin.PrivateKeyAttributesV2Property.Jsii$Proxy
Enclosing class:
CfnTemplatePropsMixin

@Stability(Stable) public static interface CfnTemplatePropsMixin.PrivateKeyAttributesV2Property extends software.amazon.jsii.JsiiSerializable
Defines the attributes of the private key.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.cfnpropertymixins.services.pcaconnectorad.*;
 PrivateKeyAttributesV2Property privateKeyAttributesV2Property = PrivateKeyAttributesV2Property.builder()
         .cryptoProviders(List.of("cryptoProviders"))
         .keySpec("keySpec")
         .minimalKeyLength(123)
         .build();
 

See Also: