| Package | Description |
|---|---|
| software.amazon.awscdk.services.kms |
AWS Key Management Service Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default KeySpec |
KeyProps.getKeySpec()
(experimental) The cryptographic configuration of the key.
|
KeySpec |
KeyProps.Jsii$Proxy.getKeySpec() |
static KeySpec |
KeySpec.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KeySpec[] |
KeySpec.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Key.Builder |
Key.Builder.keySpec(KeySpec keySpec)
(experimental) The cryptographic configuration of the key.
|
KeyProps.Builder |
KeyProps.Builder.keySpec(KeySpec keySpec)
Sets the value of
KeyProps.getKeySpec() |
| Constructor and Description |
|---|
Jsii$Proxy(List<? extends IPrincipal> admins,
String alias,
String description,
Boolean enabled,
Boolean enableKeyRotation,
KeySpec keySpec,
KeyUsage keyUsage,
Duration pendingWindow,
PolicyDocument policy,
RemovalPolicy removalPolicy)
Constructor that initializes the object based on literal property values passed by the
KeyProps.Builder. |
Copyright © 2021. All rights reserved.