Class CfnDistributionPropsMixin.OriginGroupProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.cloudfront.CfnDistributionPropsMixin.OriginGroupProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDistributionPropsMixin.OriginGroupProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDistributionPropsMixin.OriginGroupProperty
@Stability(Stable)
@Internal
public static final class CfnDistributionPropsMixin.OriginGroupProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDistributionPropsMixin.OriginGroupProperty
An implementation for
CfnDistributionPropsMixin.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.cfnpropertymixins.services.cloudfront.CfnDistributionPropsMixin.OriginGroupProperty
CfnDistributionPropsMixin.OriginGroupProperty.Builder, CfnDistributionPropsMixin.OriginGroupProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDistributionPropsMixin.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 theCfnDistributionPropsMixin.OriginGroupProperty.Builder.
-
-
Method Details
-
getFailoverCriteria
Description copied from interface:CfnDistributionPropsMixin.OriginGroupPropertyA complex type that contains information about the failover criteria for an origin group.Returns union: either
IResolvableorCfnDistributionPropsMixin.OriginGroupFailoverCriteriaProperty- Specified by:
getFailoverCriteriain interfaceCfnDistributionPropsMixin.OriginGroupProperty- See Also:
-
getId
Description copied from interface:CfnDistributionPropsMixin.OriginGroupPropertyThe origin group's ID.- Specified by:
getIdin interfaceCfnDistributionPropsMixin.OriginGroupProperty- See Also:
-
getMembers
Description copied from interface:CfnDistributionPropsMixin.OriginGroupPropertyA complex type that contains information about the origins in an origin group.Returns union: either
IResolvableorCfnDistributionPropsMixin.OriginGroupMembersProperty- Specified by:
getMembersin interfaceCfnDistributionPropsMixin.OriginGroupProperty- See Also:
-
getSelectionCriteria
Description copied from interface:CfnDistributionPropsMixin.OriginGroupPropertyThe selection criteria for the origin group.For more information, see Create an origin group in the Amazon CloudFront Developer Guide .
- Specified by:
getSelectionCriteriain interfaceCfnDistributionPropsMixin.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()
-