Class CfnPlan.Route53HealthCheckConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.arcregionswitch.CfnPlan.Route53HealthCheckConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnPlan.Route53HealthCheckConfigurationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnPlan.Route53HealthCheckConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnPlan.Route53HealthCheckConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnPlan.Route53HealthCheckConfigurationProperty
An implementation for
CfnPlan.Route53HealthCheckConfigurationProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.arcregionswitch.CfnPlan.Route53HealthCheckConfigurationProperty
CfnPlan.Route53HealthCheckConfigurationProperty.Builder, CfnPlan.Route53HealthCheckConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnPlan.Route53HealthCheckConfigurationProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final String
The cross account role for the configuration.final String
The external ID (secret key) for the configuration.final String
The Amazon Route 53 health check configuration hosted zone ID.final String
The Amazon Route 53 health check configuration record name.final Object
The Amazon Route 53 health check configuration record sets.final Number
The Amazon Route 53 health check configuration time out (in minutes).final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnPlan.Route53HealthCheckConfigurationProperty.Builder
.
-
-
Method Details
-
getHostedZoneId
Description copied from interface:CfnPlan.Route53HealthCheckConfigurationProperty
The Amazon Route 53 health check configuration hosted zone ID.- Specified by:
getHostedZoneId
in interfaceCfnPlan.Route53HealthCheckConfigurationProperty
- See Also:
-
getRecordName
Description copied from interface:CfnPlan.Route53HealthCheckConfigurationProperty
The Amazon Route 53 health check configuration record name.- Specified by:
getRecordName
in interfaceCfnPlan.Route53HealthCheckConfigurationProperty
- See Also:
-
getCrossAccountRole
Description copied from interface:CfnPlan.Route53HealthCheckConfigurationProperty
The cross account role for the configuration.- Specified by:
getCrossAccountRole
in interfaceCfnPlan.Route53HealthCheckConfigurationProperty
- See Also:
-
getExternalId
Description copied from interface:CfnPlan.Route53HealthCheckConfigurationProperty
The external ID (secret key) for the configuration.- Specified by:
getExternalId
in interfaceCfnPlan.Route53HealthCheckConfigurationProperty
- See Also:
-
getRecordSets
Description copied from interface:CfnPlan.Route53HealthCheckConfigurationProperty
The Amazon Route 53 health check configuration record sets.- Specified by:
getRecordSets
in interfaceCfnPlan.Route53HealthCheckConfigurationProperty
- See Also:
-
getTimeoutMinutes
Description copied from interface:CfnPlan.Route53HealthCheckConfigurationProperty
The Amazon Route 53 health check configuration time out (in minutes).Default: - 60
- Specified by:
getTimeoutMinutes
in interfaceCfnPlan.Route53HealthCheckConfigurationProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-