class Aws::MigrationHubRefactorSpaces::Types::ApiGatewayProxyInput
A wrapper object holding the Amazon API Gateway endpoint input.
@note When making an API call, you may pass ApiGatewayProxyInput
data as a hash: { endpoint_type: "REGIONAL", # accepts REGIONAL, PRIVATE stage_name: "StageName", }
@!attribute [rw] endpoint_type
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) endpoints for Amazon API Gateway that have been granted access. @return [String]
@!attribute [rw] stage_name
The name of the API Gateway stage. The name defaults to `prod`. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/migration-hub-refactor-spaces-2021-10-26/ApiGatewayProxyInput AWS API Documentation
Constants
- SENSITIVE