class Aws::ApiGatewayV2::Types::CreateStageInput
Represents the input parameters for a CreateStage request.
@!attribute [rw] access_log_settings
Settings for logging access in this stage. @return [Types::AccessLogSettings]
@!attribute [rw] auto_deploy
Specifies whether updates to an API automatically trigger a new deployment. The default value is false. @return [Boolean]
@!attribute [rw] client_certificate_id
The identifier of a client certificate for a Stage. Supported only for WebSocket APIs. @return [String]
@!attribute [rw] default_route_settings
The default route settings for the stage. @return [Types::RouteSettings]
@!attribute [rw] deployment_id
The deployment identifier of the API stage. @return [String]
@!attribute [rw] description
The description for the API stage. @return [String]
@!attribute [rw] route_settings
Route settings for the stage, by routeKey. @return [Hash<String,Types::RouteSettings>]
@!attribute [rw] stage_name
The name of the stage. @return [String]
@!attribute [rw] stage_variables
A map that defines the stage variables for a Stage. Variable names can have alphanumeric and underscore characters, and the values must match \[A-Za-z0-9-.\_~:/?#&=,\]+. @return [Hash<String,String>]
@!attribute [rw] tags
The collection of tags. Each tag element is associated with a given resource. @return [Hash<String,String>]
Constants
- SENSITIVE