class Aws::ApiGatewayV2::Types::UpdateStageInput

Represents the input parameters for an UpdateStage 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.
@return [String]

@!attribute [rw] default_route_settings

The default route settings for the stage.
@return [Types::RouteSettings]

@!attribute [rw] deployment_id

The deployment identifier for the API stage. Can't be updated if
autoDeploy is enabled.
@return [String]

@!attribute [rw] description

The description for the API stage.
@return [String]

@!attribute [rw] route_settings

Route settings for the stage.
@return [Hash<String,Types::RouteSettings>]

@!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-.\_~:/?#&amp;=,\]+.
@return [Hash<String,String>]

Constants

SENSITIVE