Creates a Deployment resource, which makes a specified RestApi callable over the internet.
See https://paws-r.github.io/docs/apigateway/create_deployment.html for full documentation.
apigateway_create_deployment(
restApiId,
stageName = NULL,
stageDescription = NULL,
description = NULL,
cacheClusterEnabled = NULL,
cacheClusterSize = NULL,
variables = NULL,
canarySettings = NULL,
tracingEnabled = NULL
)
[required] The string identifier of the associated RestApi.
The name of the Stage resource for the Deployment resource to create.
The description of the Stage resource for the Deployment resource to create.
The description for the Deployment resource to create.
Enables a cache cluster for the Stage resource specified in the input.
Specifies the cache cluster size for the Stage resource specified in the input, if a cache cluster is enabled.
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-._~:/?#&=,]+
.
The input configuration for the canary deployment when the deployment is a canary release deployment.
Specifies whether active tracing with X-ray is enabled for the Stage.