NAME
Paws::ApiGatewayV2::CreateApiResponse
ATTRIBUTES
ApiEndpoint => Str
The URI of the API, of the form {api-id}.execute-api.{region}.amazonaws.com. The stage name is typically appended to this URI to form a complete path to a deployed API stage.
ApiId => Str
The API ID.
ApiKeySelectionExpression => Str
An API key selection expression. See API Key Selection Expressions (https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html#apigateway-websocket-api-apikey-selection-expressions).
CreatedDate => Str
The timestamp when the API was created.
Description => Str
The description of the API.
DisableSchemaValidation => Bool
Avoid validating models when creating a deployment.
Name => Str
The name of the API.
ProtocolType => Str
The API protocol: Currently only WEBSOCKET is supported.
Valid values are: "WEBSOCKET"
=head2 RouteSelectionExpression => Str
The route selection expression for the API.
Tags => Paws::ApiGatewayV2::Tags
The key-value map of strings. The valid character set is [a-zA-Z+-=._:/]. The tag key can be up to 128 characters and must not start with aws:. The tag value can be up to 256 characters..
Version => Str
A version identifier for the API.
Warnings => ArrayRef[Str|Undef]
The warning messages reported when failonwarnings is turned on during API import.