AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the UpdateStage operation. Updates a Stage.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.ApiGatewayV2.AmazonApiGatewayV2Request
      Amazon.ApiGatewayV2.Model.UpdateStageRequest

Namespace: Amazon.ApiGatewayV2.Model
Assembly: AWSSDK.ApiGatewayV2.dll
Version: 3.x.y.z

Syntax

C#
public class UpdateStageRequest : AmazonApiGatewayV2Request
         IAmazonWebServiceRequest

The UpdateStageRequest type exposes the following members

Constructors

NameDescription
Public Method UpdateStageRequest()

Properties

NameTypeDescription
Public Property AccessLogSettings Amazon.ApiGatewayV2.Model.AccessLogSettings

Gets and sets the property AccessLogSettings.

Settings for logging access in this stage.

Public Property ApiId System.String

Gets and sets the property ApiId.

The API identifier.

Public Property AutoDeploy System.Boolean

Gets and sets the property AutoDeploy.

Specifies whether updates to an API automatically trigger a new deployment. The default value is false.

Public Property ClientCertificateId System.String

Gets and sets the property ClientCertificateId.

The identifier of a client certificate for a Stage.

Public Property DefaultRouteSettings Amazon.ApiGatewayV2.Model.RouteSettings

Gets and sets the property DefaultRouteSettings.

The default route settings for the stage.

Public Property DeploymentId System.String

Gets and sets the property DeploymentId.

The deployment identifier for the API stage. Can't be updated if autoDeploy is enabled.

Public Property Description System.String

Gets and sets the property Description.

The description for the API stage.

Public Property RouteSettings System.Collections.Generic.Dictionary<System.String, Amazon.ApiGatewayV2.Model.RouteSettings>

Gets and sets the property RouteSettings.

Route settings for the stage.

Public Property StageName System.String

Gets and sets the property StageName.

The stage name. Stage names can contain only alphanumeric characters, hyphens, and underscores, or be $default. Maximum length is 128 characters.

Public Property StageVariables System.Collections.Generic.Dictionary<System.String, System.String>

Gets and sets the property StageVariables.

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-._~:/?#&=,]+.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5