@Stability(value=Experimental) @Internal public static final class CnameInstanceBaseProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CnameInstanceBaseProps
CnameInstanceBaseProps
software.amazon.jsii.JsiiObject.InitializationMode
CnameInstanceBaseProps.Builder, CnameInstanceBaseProps.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 instanceCname,
Map<String,String> customAttributes,
String instanceId)
Constructor that initializes the object based on literal property values passed by the
CnameInstanceBaseProps.Builder . |
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Map<String,String> |
getCustomAttributes()
(experimental) Custom attributes of the instance.
|
String |
getInstanceCname()
(experimental) If the service configuration includes a CNAME record, the domain name that you want Route 53 to return in response to DNS queries, for example, example.com.
|
String |
getInstanceId()
(experimental) The id of the instance resource.
|
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.public final String getInstanceCname()
CnameInstanceBaseProps
getInstanceCname
in interface CnameInstanceBaseProps
public final Map<String,String> getCustomAttributes()
BaseInstanceProps
Default: none
getCustomAttributes
in interface BaseInstanceProps
public final String getInstanceId()
BaseInstanceProps
Default: Automatically generated name
getInstanceId
in interface BaseInstanceProps
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson
in interface software.amazon.jsii.JsiiSerializable
Copyright © 2021. All rights reserved.