| Package | Description |
|---|---|
| software.amazon.awscdk.services.kms |
AWS Key Management Service Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default KeyUsage |
KeyProps.getKeyUsage()
The cryptographic operations for which the key can be used.
|
KeyUsage |
KeyProps.Jsii$Proxy.getKeyUsage() |
static KeyUsage |
KeyUsage.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KeyUsage[] |
KeyUsage.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.keyUsage(KeyUsage keyUsage)
Sets the value of
KeyProps.getKeyUsage() |
Key.Builder |
Key.Builder.keyUsage(KeyUsage keyUsage)
The cryptographic operations for which the key can be used.
|
Copyright © 2022. All rights reserved.