public static final class CrossAccountZoneDelegationRecordProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CrossAccountZoneDelegationRecordProps
CrossAccountZoneDelegationRecordProps
CrossAccountZoneDelegationRecordProps.Builder, CrossAccountZoneDelegationRecordProps.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.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
IHostedZone |
getDelegatedZone()
The zone to be delegated.
|
IRole |
getDelegationRole()
The delegation role in the parent account.
|
java.lang.String |
getParentHostedZoneId()
The hosted zone id in the parent account.
|
java.lang.String |
getParentHostedZoneName()
The hosted zone name in the parent account.
|
RemovalPolicy |
getRemovalPolicy()
The removal policy to apply to the record set.
|
Duration |
getTtl()
The resource record cache time to live (TTL).
|
int |
hashCode() |
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 IHostedZone getDelegatedZone()
CrossAccountZoneDelegationRecordProps
getDelegatedZone
in interface CrossAccountZoneDelegationRecordProps
public final IRole getDelegationRole()
CrossAccountZoneDelegationRecordProps
getDelegationRole
in interface CrossAccountZoneDelegationRecordProps
public final java.lang.String getParentHostedZoneId()
CrossAccountZoneDelegationRecordProps
Default: - no zone id
getParentHostedZoneId
in interface CrossAccountZoneDelegationRecordProps
public final java.lang.String getParentHostedZoneName()
CrossAccountZoneDelegationRecordProps
Default: - no zone name
getParentHostedZoneName
in interface CrossAccountZoneDelegationRecordProps
public final RemovalPolicy getRemovalPolicy()
CrossAccountZoneDelegationRecordProps
Default: RemovalPolicy.DESTROY
getRemovalPolicy
in interface CrossAccountZoneDelegationRecordProps
public final Duration getTtl()
CrossAccountZoneDelegationRecordProps
Default: Duration.days(2)
getTtl
in interface CrossAccountZoneDelegationRecordProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()