@Stability(value=Stable)
public static interface CfnApplication.ApiGatewayProxyInputProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.refactorspaces.*;
ApiGatewayProxyInputProperty apiGatewayProxyInputProperty = ApiGatewayProxyInputProperty.builder()
.endpointType("endpointType")
.stageName("stageName")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnApplication.ApiGatewayProxyInputProperty.Builder
A builder for
CfnApplication.ApiGatewayProxyInputProperty |
static class |
CfnApplication.ApiGatewayProxyInputProperty.Jsii$Proxy
An implementation for
CfnApplication.ApiGatewayProxyInputProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnApplication.ApiGatewayProxyInputProperty.Builder |
builder() |
default String |
getEndpointType()
The type of endpoint to use for the API Gateway proxy.
|
default String |
getStageName()
The name of the API Gateway stage.
|
@Stability(value=Stable) @Nullable default String getEndpointType()
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 ) endpoints for Amazon API Gateway that have been granted access.
@Stability(value=Stable) @Nullable default String getStageName()
The name defaults to prod .
@Stability(value=Stable) static CfnApplication.ApiGatewayProxyInputProperty.Builder builder()
Copyright © 2022. All rights reserved.