Stage

class Stage : KotlinCustomResource

The `AWS::ApiGateway::Stage` resource creates a stage for a deployment.

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
val cacheClusterSize: Output<String>?

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: Output<String>?

The identifier of the Deployment that the stage points to.

Link copied to clipboard
val description: Output<String>?

The stage's description.

Link copied to clipboard

The version of the associated API documentation.

Link copied to clipboard
val id: Output<String>
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 pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val restApiId: Output<String>

The string identifier of the associated RestApi.

Link copied to clipboard
val stageName: Output<String>?

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

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

Link copied to clipboard
val tracingEnabled: Output<Boolean>?

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

Link copied to clipboard
val urn: Output<String>
Link copied to clipboard
val variables: Output<Map<String, String>>?

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