@Stability(value=Experimental) @Internal public static final class AliasAttributes.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements AliasAttributes
AliasAttributes
software.amazon.jsii.JsiiObject.InitializationMode
AliasAttributes.Builder, AliasAttributes.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
protected |
Jsii$Proxy(String aliasName,
IKey aliasTargetKey)
Constructor that initializes the object based on literal property values passed by the
AliasAttributes.Builder . |
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getAliasName()
(experimental) Specifies the alias name.
|
IKey |
getAliasTargetKey()
(experimental) The customer master key (CMK) to which the Alias refers.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.protected Jsii$Proxy(String aliasName, IKey aliasTargetKey)
AliasAttributes.Builder
.public final String getAliasName()
AliasAttributes
This value must begin with alias/ followed by a name (i.e. alias/ExampleAlias)
getAliasName
in interface AliasAttributes
public final IKey getAliasTargetKey()
AliasAttributes
getAliasTargetKey
in interface AliasAttributes
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson
in interface software.amazon.jsii.JsiiSerializable
Copyright © 2021. All rights reserved.