CreateStageResponse

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

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Settings for logging access in this stage.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

Settings for the canary deployment in this stage.

Link copied to clipboard

The identifier of a client certificate for an API stage.

Link copied to clipboard

The timestamp when the stage was created.

Link copied to clipboard

The identifier of the Deployment that the stage points to.

Link copied to clipboard

The stage's description.

Link copied to clipboard

The version of the associated API documentation.

Link copied to clipboard

The timestamp when the stage last updated.

Link copied to clipboard

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.

Link copied to clipboard

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.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

The ARN of the WebAcl associated with the Stage.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String