Class CfnDomainName.EndpointConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.apigateway.CfnDomainName.EndpointConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDomainName.EndpointConfigurationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDomainName.EndpointConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnDomainName.EndpointConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDomainName.EndpointConfigurationProperty
An implementation for
CfnDomainName.EndpointConfigurationProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.apigateway.CfnDomainName.EndpointConfigurationProperty
CfnDomainName.EndpointConfigurationProperty.Builder, CfnDomainName.EndpointConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDomainName.EndpointConfigurationProperty.Builder
.protected
Jsii$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 theCfnDomainName.EndpointConfigurationProperty.Builder
.
-
-
Method Details
-
getTypes
Description copied from interface:CfnDomainName.EndpointConfigurationProperty
A 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:
getTypes
in interfaceCfnDomainName.EndpointConfigurationProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-