Class CfnDomainNameV2.EndpointConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.apigateway.CfnDomainNameV2.EndpointConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDomainNameV2.EndpointConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDomainNameV2.EndpointConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnDomainNameV2.EndpointConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDomainNameV2.EndpointConfigurationProperty
An implementation for
CfnDomainNameV2.EndpointConfigurationProperty-
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.apigateway.CfnDomainNameV2.EndpointConfigurationProperty
CfnDomainNameV2.EndpointConfigurationProperty.Builder, CfnDomainNameV2.EndpointConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDomainNameV2.EndpointConfigurationProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
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 theCfnDomainNameV2.EndpointConfigurationProperty.Builder.
-
-
Method Details
-
getIpAddressType
Description copied from interface:CfnDomainNameV2.EndpointConfigurationPropertyThe IP address types that can invoke an API (RestApi) or a DomainName.Use
ipv4to allow only IPv4 addresses to invoke an API or DomainName, or usedualstackto allow both IPv4 and IPv6 addresses to invoke an API or a DomainName. For thePRIVATEendpoint type, onlydualstackis supported.- Specified by:
getIpAddressTypein interfaceCfnDomainNameV2.EndpointConfigurationProperty- See Also:
-
getTypes
Description copied from interface:CfnDomainNameV2.EndpointConfigurationPropertyA list of endpoint types of an API (RestApi) or its custom domain name (DomainName).For an edge-optimized API and its custom domain name, the endpoint type is
"EDGE". For a regional API and its custom domain name, the endpoint type isREGIONAL. For a private API, the endpoint type isPRIVATE.- Specified by:
getTypesin interfaceCfnDomainNameV2.EndpointConfigurationProperty- 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()
-