class Aws::ApiGatewayV2::Types::UpdateStageRequest
@note When making an API call, you may pass UpdateStageRequest
data as a hash: { access_log_settings: { destination_arn: "Arn", format: "StringWithLengthBetween1And1024", }, api_id: "__string", # required auto_deploy: false, client_certificate_id: "Id", default_route_settings: { data_trace_enabled: false, detailed_metrics_enabled: false, logging_level: "ERROR", # accepts ERROR, INFO, OFF throttling_burst_limit: 1, throttling_rate_limit: 1.0, }, deployment_id: "Id", description: "StringWithLengthBetween0And1024", route_settings: { "__string" => { data_trace_enabled: false, detailed_metrics_enabled: false, logging_level: "ERROR", # accepts ERROR, INFO, OFF throttling_burst_limit: 1, throttling_rate_limit: 1.0, }, }, stage_name: "__string", # required stage_variables: { "__string" => "StringWithLengthBetween0And2048", }, }
@!attribute [rw] access_log_settings
Settings for logging access in a stage. @return [Types::AccessLogSettings]
@!attribute [rw] api_id
@return [String]
@!attribute [rw] auto_deploy
@return [Boolean]
@!attribute [rw] client_certificate_id
The identifier. @return [String]
@!attribute [rw] default_route_settings
Represents a collection of route settings. @return [Types::RouteSettings]
@!attribute [rw] deployment_id
The identifier. @return [String]
@!attribute [rw] description
A string with a length between \[0-1024\]. @return [String]
@!attribute [rw] route_settings
The route settings map. @return [Hash<String,Types::RouteSettings>]
@!attribute [rw] stage_name
@return [String]
@!attribute [rw] stage_variables
The stage variable map. @return [Hash<String,String>]
Constants
- SENSITIVE