ApplicationApiGatewayProxyInput

data class ApplicationApiGatewayProxyInput(val endpointType: ApplicationApiGatewayEndpointType? = null, val stageName: String? = null)

Constructors

Link copied to clipboard
constructor(endpointType: ApplicationApiGatewayEndpointType? = null, stageName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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 ) .

Link copied to clipboard
val stageName: String? = null

The name of the API Gateway stage. The name defaults to prod .