| Package | Description |
|---|---|
| software.amazon.awscdk.services.kms |
AWS Key Management Service Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default KeySpec |
KeyProps.getKeySpec()
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 |
|---|---|
KeyProps.Builder |
KeyProps.Builder.keySpec(KeySpec keySpec)
Sets the value of
KeyProps.getKeySpec() |
Key.Builder |
Key.Builder.keySpec(KeySpec keySpec)
The cryptographic configuration of the key.
|
Copyright © 2022. All rights reserved.