Class CfnDistribution.OriginGroupProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.cloudfront.CfnDistribution.OriginGroupProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDistribution.OriginGroupProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDistribution.OriginGroupProperty
@Stability(Stable)
@Internal
public static final class CfnDistribution.OriginGroupProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDistribution.OriginGroupProperty
An implementation for
CfnDistribution.OriginGroupProperty
-
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.cloudfront.CfnDistribution.OriginGroupProperty
CfnDistribution.OriginGroupProperty.Builder, CfnDistribution.OriginGroupProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDistribution.OriginGroupProperty.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 Object
A complex type that contains information about the failover criteria for an origin group.final String
getId()
The origin group's ID.final Object
A complex type that contains information about the origins in an origin group.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 theCfnDistribution.OriginGroupProperty.Builder
.
-
-
Method Details
-
getFailoverCriteria
Description copied from interface:CfnDistribution.OriginGroupProperty
A complex type that contains information about the failover criteria for an origin group.- Specified by:
getFailoverCriteria
in interfaceCfnDistribution.OriginGroupProperty
-
getId
Description copied from interface:CfnDistribution.OriginGroupProperty
The origin group's ID.- Specified by:
getId
in interfaceCfnDistribution.OriginGroupProperty
-
getMembers
Description copied from interface:CfnDistribution.OriginGroupProperty
A complex type that contains information about the origins in an origin group.- Specified by:
getMembers
in interfaceCfnDistribution.OriginGroupProperty
-
$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()
-