Class CfnRestApi.EndpointConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.apigateway.CfnRestApi.EndpointConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnRestApi.EndpointConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnRestApi.EndpointConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnRestApi.EndpointConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnRestApi.EndpointConfigurationProperty
An implementation for
CfnRestApi.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.CfnRestApi.EndpointConfigurationProperty
CfnRestApi.EndpointConfigurationProperty.Builder, CfnRestApi.EndpointConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnRestApi.EndpointConfigurationProperty.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 IP address types that can invoke an API (RestApi).getTypes()A list of endpoint types of an API (RestApi) or its custom domain name (DomainName).A list of VpcEndpointIds of an API (RestApi) against which to create Route53 ALIASes.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 theCfnRestApi.EndpointConfigurationProperty.Builder.
-
-
Method Details
-
getIpAddressType
Description copied from interface:CfnRestApi.EndpointConfigurationPropertyThe IP address types that can invoke an API (RestApi).Use
ipv4to allow only IPv4 addresses to invoke an API, or usedualstackto allow both IPv4 and IPv6 addresses to invoke an API. For thePRIVATEendpoint type, onlydualstackis supported.- Specified by:
getIpAddressTypein interfaceCfnRestApi.EndpointConfigurationProperty- See Also:
-
getTypes
Description copied from interface:CfnRestApi.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 interfaceCfnRestApi.EndpointConfigurationProperty- See Also:
-
getVpcEndpointIds
Description copied from interface:CfnRestApi.EndpointConfigurationPropertyA list of VpcEndpointIds of an API (RestApi) against which to create Route53 ALIASes.It is only supported for
PRIVATEendpoint type.- Specified by:
getVpcEndpointIdsin interfaceCfnRestApi.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()
-