Class CfnApplication.ApiGatewayProxyInputProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.refactorspaces.CfnApplication.ApiGatewayProxyInputProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnApplication.ApiGatewayProxyInputProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnApplication.ApiGatewayProxyInputProperty
@Stability(Stable)
@Internal
public static final class CfnApplication.ApiGatewayProxyInputProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnApplication.ApiGatewayProxyInputProperty
An implementation for
CfnApplication.ApiGatewayProxyInputProperty
-
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.refactorspaces.CfnApplication.ApiGatewayProxyInputProperty
CfnApplication.ApiGatewayProxyInputProperty.Builder, CfnApplication.ApiGatewayProxyInputProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnApplication.ApiGatewayProxyInputProperty.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 theCfnApplication.ApiGatewayProxyInputProperty.Builder
.
-
-
Method Details
-
getEndpointType
Description copied from interface:CfnApplication.ApiGatewayProxyInputProperty
The type of endpoint to use for the API Gateway proxy.If no value is specified in the request, the value is set to
REGIONAL
by default.If the value is set to
PRIVATE
in the request, this creates a private API endpoint that is isolated from the public internet. The private endpoint can only be accessed by using Amazon Virtual Private Cloud (Amazon VPC) interface endpoints for the Amazon API Gateway that has been granted access. For more information about creating a private connection with Refactor Spaces and interface endpoint ( AWS PrivateLink ) availability, see Access Refactor Spaces using an interface endpoint ( AWS PrivateLink ) .- Specified by:
getEndpointType
in interfaceCfnApplication.ApiGatewayProxyInputProperty
- See Also:
-
getStageName
Description copied from interface:CfnApplication.ApiGatewayProxyInputProperty
The name of the API Gateway stage.The name defaults to
prod
.- Specified by:
getStageName
in interfaceCfnApplication.ApiGatewayProxyInputProperty
- 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()
-