AWS::RefactorSpaces::Application ApiGatewayProxyInput - AWS CloudFormation (original) (raw)
A wrapper object holding the Amazon API Gateway endpoint input.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{
"EndpointType" : String,
"StageName" : String
}
YAML
EndpointType: String
StageName: 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 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).
Required: No
Type: String
Allowed values: REGIONAL | PRIVATE
Update 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: 1
Maximum: 128
Update requires: Replacement
AWS::RefactorSpaces::Application
Tag
Did this page help you? - Yes
Thanks for letting us know we're doing a good job!
If you've got a moment, please tell us what we did right so we can do more of it.
Did this page help you? - No
Thanks for letting us know this page needs work. We're sorry we let you down.
If you've got a moment, please tell us how we can make the documentation better.