Class CfnAnycastIpList.AnycastIpListProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.cloudfront.CfnAnycastIpList.AnycastIpListProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnAnycastIpList.AnycastIpListProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAnycastIpList.AnycastIpListProperty
@Stability(Stable)
@Internal
public static final class CfnAnycastIpList.AnycastIpListProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAnycastIpList.AnycastIpListProperty
An implementation for
CfnAnycastIpList.AnycastIpListProperty-
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.CfnAnycastIpList.AnycastIpListProperty
CfnAnycastIpList.AnycastIpListProperty.Builder, CfnAnycastIpList.AnycastIpListProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnAnycastIpList.AnycastIpListProperty.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 booleanThe static IP addresses that are allocated to the Anycast static IP list.final StringgetArn()The Amazon Resource Name (ARN) of the Anycast static IP list.final StringgetId()The ID of the Anycast static IP list.final StringThe IP address type for the Anycast static IP list.final NumberThe number of IP addresses in the Anycast static IP list.final StringThe last time the Anycast static IP list was modified.final StringgetName()The name of the Anycast static IP list.final StringThe status of the Anycast static IP list.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 theCfnAnycastIpList.AnycastIpListProperty.Builder.
-
-
Method Details
-
getAnycastIps
Description copied from interface:CfnAnycastIpList.AnycastIpListPropertyThe static IP addresses that are allocated to the Anycast static IP list.- Specified by:
getAnycastIpsin interfaceCfnAnycastIpList.AnycastIpListProperty- See Also:
-
getArn
Description copied from interface:CfnAnycastIpList.AnycastIpListPropertyThe Amazon Resource Name (ARN) of the Anycast static IP list.- Specified by:
getArnin interfaceCfnAnycastIpList.AnycastIpListProperty- See Also:
-
getId
Description copied from interface:CfnAnycastIpList.AnycastIpListPropertyThe ID of the Anycast static IP list.- Specified by:
getIdin interfaceCfnAnycastIpList.AnycastIpListProperty- See Also:
-
getIpCount
Description copied from interface:CfnAnycastIpList.AnycastIpListPropertyThe number of IP addresses in the Anycast static IP list.- Specified by:
getIpCountin interfaceCfnAnycastIpList.AnycastIpListProperty- See Also:
-
getLastModifiedTime
Description copied from interface:CfnAnycastIpList.AnycastIpListPropertyThe last time the Anycast static IP list was modified.- Specified by:
getLastModifiedTimein interfaceCfnAnycastIpList.AnycastIpListProperty- See Also:
-
getName
Description copied from interface:CfnAnycastIpList.AnycastIpListPropertyThe name of the Anycast static IP list.- Specified by:
getNamein interfaceCfnAnycastIpList.AnycastIpListProperty- See Also:
-
getStatus
Description copied from interface:CfnAnycastIpList.AnycastIpListPropertyThe status of the Anycast static IP list.Valid values:
Deployed,Deploying, orFailed.- Specified by:
getStatusin interfaceCfnAnycastIpList.AnycastIpListProperty- See Also:
-
getIpAddressType
Description copied from interface:CfnAnycastIpList.AnycastIpListPropertyThe IP address type for the Anycast static IP list.- Specified by:
getIpAddressTypein interfaceCfnAnycastIpList.AnycastIpListProperty- 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()
-