CreateDeploymentRequest

Requests API Gateway to create a Deployment resource.

Types

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

Properties

Link copied to clipboard

Enables a cache cluster for the Stage resource specified in the input.

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 input configuration for the canary deployment when the deployment is a canary release deployment.

Link copied to clipboard

The description for the Deployment resource to create.

Link copied to clipboard

The string identifier of the associated RestApi.

Link copied to clipboard

The description of the Stage resource for the Deployment resource to create.

Link copied to clipboard

The name of the Stage resource for the Deployment resource to create.

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 the Stage resource that is associated with the new deployment. Variable names can have alphanumeric and underscore characters, and the values must match [A-Za-z0-9-._~:/?#&=,]+.

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