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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.cloudfront.CfnDistribution.OriginGroupProperty
CfnDistribution.OriginGroupProperty.Builder, CfnDistribution.OriginGroupProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDistribution.OriginGroupProperty.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 ObjectA complex type that contains information about the failover criteria for an origin group.final StringgetId()The origin group's ID.final ObjectA complex type that contains information about the origins in an origin group.final StringThe selection criteria for the origin group.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 theCfnDistribution.OriginGroupProperty.Builder.
-
-
Method Details
-
getFailoverCriteria
Description copied from interface:CfnDistribution.OriginGroupPropertyA complex type that contains information about the failover criteria for an origin group.Returns union: either
IResolvableorCfnDistribution.OriginGroupFailoverCriteriaProperty- Specified by:
getFailoverCriteriain interfaceCfnDistribution.OriginGroupProperty- See Also:
-
getId
Description copied from interface:CfnDistribution.OriginGroupPropertyThe origin group's ID.- Specified by:
getIdin interfaceCfnDistribution.OriginGroupProperty- See Also:
-
getMembers
Description copied from interface:CfnDistribution.OriginGroupPropertyA complex type that contains information about the origins in an origin group.Returns union: either
IResolvableorCfnDistribution.OriginGroupMembersProperty- Specified by:
getMembersin interfaceCfnDistribution.OriginGroupProperty- See Also:
-
getSelectionCriteria
Description copied from interface:CfnDistribution.OriginGroupPropertyThe selection criteria for the origin group.For more information, see Create an origin group in the Amazon CloudFront Developer Guide .
- Specified by:
getSelectionCriteriain interfaceCfnDistribution.OriginGroupProperty- 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()
-