| Package | Description |
|---|---|
| software.amazon.awscdk.services.kms |
AWS Key Management Service Construct Library
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IAlias.Jsii$Default
Internal default implementation for
IAlias. |
| Modifier and Type | Class and Description |
|---|---|
class |
Alias
Defines a display name for a customer master key (CMK) in AWS Key Management Service (AWS KMS).
|
static class |
IAlias.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static IAlias |
Alias.fromAliasAttributes(software.constructs.Construct scope,
String id,
AliasAttributes attrs)
Import an existing KMS Alias defined outside the CDK app.
|
static IAlias |
Alias.fromAliasName(software.constructs.Construct scope,
String id,
String aliasName)
Import an existing KMS Alias defined outside the CDK app, by the alias name.
|
Copyright © 2022. All rights reserved.