@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-22T10:27:18.216Z") @Stability(value=Stable) public interface CfnAliasProps extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.kms.*;
CfnAliasProps cfnAliasProps = CfnAliasProps.builder()
.aliasName("aliasName")
.targetKeyId("targetKeyId")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnAliasProps.Builder
A builder for
CfnAliasProps |
static class |
CfnAliasProps.Jsii$Proxy
An implementation for
CfnAliasProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnAliasProps.Builder |
builder() |
String |
getAliasName()
`AWS::KMS::Alias.AliasName`.
|
String |
getTargetKeyId()
`AWS::KMS::Alias.TargetKeyId`.
|
@Stability(value=Stable) @NotNull String getAliasName()
@Stability(value=Stable) @NotNull String getTargetKeyId()
@Stability(value=Stable) static CfnAliasProps.Builder builder()
CfnAliasProps.Builder of CfnAliasPropsCopyright © 2021. All rights reserved.