Deployment Args
data class DeploymentArgs(val deploymentCanarySettings: Output<DeploymentCanarySettingsArgs>? = null, val description: Output<String>? = null, val restApiId: Output<String>? = null, val stageDescription: Output<DeploymentStageDescriptionArgs>? = null, val stageName: Output<String>? = null) : ConvertibleToJava<DeploymentArgs>
The `AWS::ApiGateway::Deployment`
resource deploys an API Gateway `RestApi`
resource to a stage so that clients can call the API over the internet. The stage acts as an environment.
Constructors
Link copied to clipboard
fun DeploymentArgs(deploymentCanarySettings: Output<DeploymentCanarySettingsArgs>? = null, description: Output<String>? = null, restApiId: Output<String>? = null, stageDescription: Output<DeploymentStageDescriptionArgs>? = null, stageName: Output<String>? = null)