Class CfnRoutingControlMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.route53recoverycontrol.CfnRoutingControlMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnRoutingControlMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnRoutingControlMixinProps
@Stability(Stable)
@Internal
public static final class CfnRoutingControlMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnRoutingControlMixinProps
An implementation for
CfnRoutingControlMixinProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.cfnpropertymixins.services.route53recoverycontrol.CfnRoutingControlMixinProps
CfnRoutingControlMixinProps.Builder, CfnRoutingControlMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnRoutingControlMixinProps.Builder.protectedJsii$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.JsonNodefinal booleanfinal ObjectThe Amazon Resource Name (ARN) of the cluster that hosts the routing control.final ObjectThe Amazon Resource Name (ARN) of the control panel that includes the routing control.final StringgetName()The name of the routing control.final inthashCode()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 theCfnRoutingControlMixinProps.Builder.
-
-
Method Details
-
getClusterArn
Description copied from interface:CfnRoutingControlMixinPropsThe Amazon Resource Name (ARN) of the cluster that hosts the routing control.Returns union: either
StringorIClusterRef- Specified by:
getClusterArnin interfaceCfnRoutingControlMixinProps- See Also:
-
getControlPanelArn
Description copied from interface:CfnRoutingControlMixinPropsThe Amazon Resource Name (ARN) of the control panel that includes the routing control.Returns union: either
StringorIControlPanelRef- Specified by:
getControlPanelArnin interfaceCfnRoutingControlMixinProps- See Also:
-
getName
Description copied from interface:CfnRoutingControlMixinPropsThe name of the routing control.You can use any non-white space character in the name.
- Specified by:
getNamein interfaceCfnRoutingControlMixinProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-