GetStageResult

data class GetStageResult(val accessLogSetting: StageAccessLogSetting? = null, val cacheClusterEnabled: Boolean? = null, val cacheClusterSize: String? = null, val canarySetting: StageCanarySetting? = null, val clientCertificateId: String? = null, val deploymentId: String? = null, val description: String? = null, val documentationVersion: String? = null, val methodSettings: List<StageMethodSetting>? = null, val tags: List<Tag>? = null, val tracingEnabled: Boolean? = null, val variables: Map<String, String>? = null)

/*

Constructors

Link copied to clipboard
constructor(accessLogSetting: StageAccessLogSetting? = null, cacheClusterEnabled: Boolean? = null, cacheClusterSize: String? = null, canarySetting: StageCanarySetting? = null, clientCertificateId: String? = null, deploymentId: String? = null, description: String? = null, documentationVersion: String? = null, methodSettings: List<StageMethodSetting>? = null, tags: List<Tag>? = null, tracingEnabled: Boolean? = null, variables: Map<String, String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Access log settings, including the access log format and access log destination ARN.

Link copied to clipboard

Specifies whether a cache cluster is enabled for the stage.

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

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
val deploymentId: String? = null

The identifier of the Deployment that the stage points to.

Link copied to clipboard
val description: String? = null

The stage's description.

Link copied to clipboard

The version of the associated API documentation.

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
val tags: List<Tag>? = null

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

Link copied to clipboard
val tracingEnabled: Boolean? = null

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

Link copied to clipboard
val variables: Map<String, String>? = null

A map (string-to-string map) that defines the stage variables, where the variable name is the key and the variable value is the value. Variable names are limited to alphanumeric characters. Values must match the following regular expression: `[A-Za-z0-9-&#46;_~:/?#&=,]+`.