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 CreateStage operation. Creates a Stage for an API.

Inheritance Hierarchy

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

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

Syntax

C#
public class CreateStageRequest : AmazonApiGatewayV2Request
         IAmazonWebServiceRequest

The CreateStageRequest type exposes the following members

Constructors

NameDescription
Public Method CreateStageRequest()

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. Supported only for WebSocket APIs.

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 of the API stage.

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, by routeKey.

Public Property StageName System.String

Gets and sets the property StageName.

The name of the stage.

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

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

Gets and sets the property Tags.

The collection of tags. Each tag element is associated with a given resource.

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