Class CfnConnectionGroupProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.cloudfront.CfnConnectionGroupProps.Jsii$Proxy
- All Implemented Interfaces:
CfnConnectionGroupProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnConnectionGroupProps
@Stability(Stable)
@Internal
public static final class CfnConnectionGroupProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnConnectionGroupProps
An implementation for
CfnConnectionGroupProps-
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.CfnConnectionGroupProps
CfnConnectionGroupProps.Builder, CfnConnectionGroupProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnConnectionGroupProps.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 StringThe ID of the Anycast static IP list.final ObjectWhether the connection group is enabled.final ObjectIPv6 is enabled for the connection group.final StringgetName()The name of the connection group.getTags()A complex type that contains zero or moreTagelements.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 theCfnConnectionGroupProps.Builder.
-
-
Method Details
-
getName
Description copied from interface:CfnConnectionGroupPropsThe name of the connection group.- Specified by:
getNamein interfaceCfnConnectionGroupProps- See Also:
-
getAnycastIpListId
Description copied from interface:CfnConnectionGroupPropsThe ID of the Anycast static IP list.- Specified by:
getAnycastIpListIdin interfaceCfnConnectionGroupProps- See Also:
-
getEnabled
Description copied from interface:CfnConnectionGroupPropsWhether the connection group is enabled.Returns union: either
BooleanorIResolvable- Specified by:
getEnabledin interfaceCfnConnectionGroupProps- See Also:
-
getIpv6Enabled
Description copied from interface:CfnConnectionGroupPropsIPv6 is enabled for the connection group.Returns union: either
BooleanorIResolvable- Specified by:
getIpv6Enabledin interfaceCfnConnectionGroupProps- See Also:
-
getTags
Description copied from interface:CfnConnectionGroupPropsA complex type that contains zero or moreTagelements.- Specified by:
getTagsin interfaceCfnConnectionGroupProps- 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()
-