Class EndpointConfiguration.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.apigateway.EndpointConfiguration.Jsii$Proxy
- All Implemented Interfaces:
EndpointConfiguration,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
EndpointConfiguration
@Stability(Stable)
@Internal
public static final class EndpointConfiguration.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements EndpointConfiguration
An implementation for
EndpointConfiguration-
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.EndpointConfiguration
EndpointConfiguration.Builder, EndpointConfiguration.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(EndpointConfiguration.Builder builder) Constructor that initializes the object based on literal property values passed by theEndpointConfiguration.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 IpAddressTypeThe IP address types that can invoke the API.final List<EndpointType> getTypes()A list of endpoint types of an API or its custom domain name.final List<IVpcEndpoint> A list of VPC Endpoints 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 theEndpointConfiguration.Builder.
-
-
Method Details
-
getTypes
Description copied from interface:EndpointConfigurationA list of endpoint types of an API or its custom domain name.Default: EndpointType.EDGE
- Specified by:
getTypesin interfaceEndpointConfiguration
-
getIpAddressType
Description copied from interface:EndpointConfigurationThe IP address types that can invoke the API.Default: undefined - AWS default is DUAL_STACK for private API, IPV4 for all other APIs.
- Specified by:
getIpAddressTypein interfaceEndpointConfiguration- See Also:
-
getVpcEndpoints
Description copied from interface:EndpointConfigurationA list of VPC Endpoints against which to create Route53 ALIASes.Default: - no ALIASes are created for the endpoint.
- Specified by:
getVpcEndpointsin interfaceEndpointConfiguration
-
$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()
-