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.

Represents a unique identifier for a version of a deployed RestApi that is callable by users.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceResponse
    Amazon.APIGateway.Model.CreateStageResponse

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

Syntax

C#
public class CreateStageResponse : AmazonWebServiceResponse

The CreateStageResponse type exposes the following members

Constructors

NameDescription
Public Method CreateStageResponse()

Properties

NameTypeDescription
Public Property AccessLogSettings Amazon.APIGateway.Model.AccessLogSettings

Gets and sets the property AccessLogSettings.

Settings for logging access in this stage.

Public Property CacheClusterEnabled System.Boolean

Gets and sets the property CacheClusterEnabled.

Specifies whether a cache cluster is enabled for the stage. To activate a method-level cache, set CachingEnabled to true for a method.

Public Property CacheClusterSize Amazon.APIGateway.CacheClusterSize

Gets and sets the property CacheClusterSize.

The stage's cache capacity in GB. For more information about choosing a cache size, see Enabling API caching to enhance responsiveness.

Public Property CacheClusterStatus Amazon.APIGateway.CacheClusterStatus

Gets and sets the property CacheClusterStatus.

The status of the cache cluster for the stage, if enabled.

Public Property CanarySettings Amazon.APIGateway.Model.CanarySettings

Gets and sets the property CanarySettings.

Settings for the canary deployment in this stage.

Public Property ClientCertificateId System.String

Gets and sets the property ClientCertificateId.

The identifier of a client certificate for an API stage.

Public Property ContentLength System.Int64 Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property CreatedDate System.DateTime

Gets and sets the property CreatedDate.

The timestamp when the stage was created.

Public Property DeploymentId System.String

Gets and sets the property DeploymentId.

The identifier of the Deployment that the stage points to.

Public Property Description System.String

Gets and sets the property Description.

The stage's description.

Public Property DocumentationVersion System.String

Gets and sets the property DocumentationVersion.

The version of the associated API documentation.

Public Property HttpStatusCode System.Net.HttpStatusCode Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property LastUpdatedDate System.DateTime

Gets and sets the property LastUpdatedDate.

The timestamp when the stage last updated.

Public Property MethodSettings System.Collections.Generic.Dictionary<System.String, Amazon.APIGateway.Model.MethodSetting>

Gets and sets the property MethodSettings.

A map that defines the method settings for a Stage resource. Keys (designated as /{method_setting_key below) are method paths defined as {resource_path}/{http_method} for an individual method override, or /\*/\* for overriding all methods in the stage.

Public Property ResponseMetadata Amazon.Runtime.ResponseMetadata Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property StageName System.String

Gets and sets the property StageName.

The name of the stage is the first path segment in the Uniform Resource Identifier (URI) of a call to API Gateway. Stage names can only contain alphanumeric characters, hyphens, and underscores. Maximum length is 128 characters.

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.

Public Property TracingEnabled System.Boolean

Gets and sets the property TracingEnabled.

Specifies whether active tracing with X-ray is enabled for the Stage.

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

Gets and sets the property Variables.

A map that defines the stage variables for a Stage resource. Variable names can have alphanumeric and underscore characters, and the values must match [A-Za-z0-9-._~:/?#&=,]+.

Public Property WebAclArn System.String

Gets and sets the property WebAclArn.

The ARN of the WebAcl associated with the Stage.

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