Stage
Represents a unique identifier for a version of a deployed RestApi that is callable by users.
Types
Properties
Settings for logging access in this stage.
Specifies whether a cache cluster is enabled for the stage. To activate a method-level cache, set CachingEnabled
to true
for a method.
The stage's cache capacity in GB. For more information about choosing a cache size, see Enabling API caching to enhance responsiveness.
The status of the cache cluster for the stage, if enabled.
Settings for the canary deployment in this stage.
The identifier of a client certificate for an API stage.
The timestamp when the stage was created.
The identifier of the Deployment that the stage points to.
The stage's description.
The version of the associated API documentation.
The timestamp when the stage last updated.
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.
Specifies whether active tracing with X-ray is enabled for the Stage.