class Aws::ApiGatewayV2::Types::CreateStageRequest

@note When making an API call, you may pass CreateStageRequest

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: "StringWithLengthBetween1And128", # required
      stage_variables: {
        "__string" => "StringWithLengthBetween0And2048",
      },
      tags: {
        "__string" => "StringWithLengthBetween1And1600",
      },
    }

@!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

A string with a length between \[1-128\].
@return [String]

@!attribute [rw] stage_variables

The stage variable map.
@return [Hash<String,String>]

@!attribute [rw] tags

Represents a collection of tags associated with the resource.
@return [Hash<String,String>]

Constants

SENSITIVE