@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:31.601Z") @Stability(value=Experimental) public interface AliasProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
AliasProps.Builder
A builder for
AliasProps |
static class |
AliasProps.Jsii$Proxy
An implementation for
AliasProps |
| Modifier and Type | Method and Description |
|---|---|
static AliasProps.Builder |
builder() |
String |
getAliasName()
(experimental) The name of the alias.
|
default RemovalPolicy |
getRemovalPolicy()
(experimental) Policy to apply when the alias is removed from this stack.
|
IKey |
getTargetKey()
(experimental) The ID of the key for which you are creating the alias.
|
@Stability(value=Experimental) @NotNull String getAliasName()
The name must start with alias followed by a forward slash, such as alias/. You can't specify aliases that begin with alias/AWS. These aliases are reserved.
@Stability(value=Experimental) @NotNull IKey getTargetKey()
Specify the key's globally unique identifier or Amazon Resource Name (ARN). You can't specify another alias.
@Stability(value=Experimental) @Nullable default RemovalPolicy getRemovalPolicy()
Default: - The alias will be deleted
@Stability(value=Experimental) static AliasProps.Builder builder()
AliasProps.Builder of AliasPropsCopyright © 2021. All rights reserved.