| Package | Description |
|---|---|
| software.amazon.awscdk.services.kms |
AWS Key Management Service Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
Alias.Builder |
Alias.Builder.aliasName(String aliasName)
(experimental) The name of the alias.
|
static Alias.Builder |
Alias.Builder.create(software.constructs.Construct scope,
String id) |
Alias.Builder |
Alias.Builder.removalPolicy(RemovalPolicy removalPolicy)
(experimental) Policy to apply when the alias is removed from this stack.
|
Alias.Builder |
Alias.Builder.targetKey(IKey targetKey)
(experimental) The ID of the key for which you are creating the alias.
|
Copyright © 2021. All rights reserved.