This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::RefactorSpaces::Application ApiGatewayProxyInput
A wrapper object holding the Amazon API Gateway endpoint input.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "EndpointType" :String, "StageName" :String}
YAML
EndpointType:StringStageName:String
Properties
- EndpointType
- 
                    The type of endpoint to use for the API Gateway proxy. If no value is specified in the request, the value is set to REGIONALby default.If the value is set to PRIVATEin 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 (Amazon PrivateLink) availability, see Access Refactor Spaces using an interface endpoint (Amazon PrivateLink).Required: No Type: String Allowed values: REGIONAL | PRIVATEUpdate requires: Replacement 
- StageName
- 
                    The name of the API Gateway stage. The name defaults to prod.Required: No Type: String Pattern: ^[-a-zA-Z0-9_]*$Minimum: 1Maximum: 128Update requires: Replacement