Package software.amazon.awscdk
Class CfnTrafficRouting.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.CfnTrafficRouting.Jsii$Proxy
- All Implemented Interfaces:
CfnTrafficRouting
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTrafficRouting
@Stability(Stable)
@Internal
public static final class CfnTrafficRouting.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTrafficRouting
An implementation for
CfnTrafficRouting
-
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.CfnTrafficRouting
CfnTrafficRouting.Builder, CfnTrafficRouting.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnTrafficRouting.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnTrafficRouting.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 CfnTrafficRoute
The listener to be used by your load balancer to direct traffic to your target groups.The logical IDs of the blue and green, respectively, AWS::ElasticLoadBalancingV2::TargetGroup target groups.final CfnTrafficRoute
The listener to be used by your load balancer to direct traffic to your target groups.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 theCfnTrafficRouting.Builder
.
-
-
Method Details
-
getProdTrafficRoute
Description copied from interface:CfnTrafficRouting
The listener to be used by your load balancer to direct traffic to your target groups.- Specified by:
getProdTrafficRoute
in interfaceCfnTrafficRouting
-
getTargetGroups
Description copied from interface:CfnTrafficRouting
The logical IDs of the blue and green, respectively, AWS::ElasticLoadBalancingV2::TargetGroup target groups.- Specified by:
getTargetGroups
in interfaceCfnTrafficRouting
-
getTestTrafficRoute
Description copied from interface:CfnTrafficRouting
The listener to be used by your load balancer to direct traffic to your target groups.- Specified by:
getTestTrafficRoute
in interfaceCfnTrafficRouting
-
$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()
-