public static final class CfnResourceSet.ResourceProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnResourceSet.ResourceProperty
CfnResourceSet.ResourceProperty
CfnResourceSet.ResourceProperty.Builder, CfnResourceSet.ResourceProperty.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) |
java.lang.String |
getComponentId()
The component identifier of the resource, generated when DNS target resource is used.
|
java.lang.Object |
getDnsTargetResource()
A component for DNS/routing control readiness checks.
|
java.util.List<java.lang.String> |
getReadinessScopes()
The recovery group Amazon Resource Name (ARN) or the cell ARN that the readiness checks for this resource set are scoped to.
|
java.lang.String |
getResourceArn()
The Amazon Resource Name (ARN) of the AWS resource.
|
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 java.lang.String getComponentId()
CfnResourceSet.ResourceProperty
getComponentId
in interface CfnResourceSet.ResourceProperty
public final java.lang.Object getDnsTargetResource()
CfnResourceSet.ResourceProperty
This is a required setting when ResourceSet
ResourceSetType
is set to AWS::Route53RecoveryReadiness::DNSTargetResource
. Do not set it for any other ResourceSetType
setting.
getDnsTargetResource
in interface CfnResourceSet.ResourceProperty
public final java.util.List<java.lang.String> getReadinessScopes()
CfnResourceSet.ResourceProperty
getReadinessScopes
in interface CfnResourceSet.ResourceProperty
public final java.lang.String getResourceArn()
CfnResourceSet.ResourceProperty
This is a required setting for all ResourceSet
ResourceSetType
settings except AWS::Route53RecoveryReadiness::DNSTargetResource
. Do not set this when ResourceSetType
is set to AWS::Route53RecoveryReadiness::DNSTargetResource
.
getResourceArn
in interface CfnResourceSet.ResourceProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()