@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:31.601Z") @Stability(value=Experimental) public interface AliasAttributes extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
AliasAttributes.Builder
A builder for
AliasAttributes |
static class |
AliasAttributes.Jsii$Proxy
An implementation for
AliasAttributes |
| Modifier and Type | Method and Description |
|---|---|
static AliasAttributes.Builder |
builder() |
String |
getAliasName()
(experimental) Specifies the alias name.
|
IKey |
getAliasTargetKey()
(experimental) The customer master key (CMK) to which the Alias refers.
|
@Stability(value=Experimental) @NotNull String getAliasName()
This value must begin with alias/ followed by a name (i.e. alias/ExampleAlias)
@Stability(value=Experimental) @NotNull IKey getAliasTargetKey()
@Stability(value=Experimental) static AliasAttributes.Builder builder()
AliasAttributes.Builder of AliasAttributesCopyright © 2021. All rights reserved.