DeploymentArgs

data class DeploymentArgs(val apiId: Output<String>? = null, val description: Output<String>? = null, val stageName: Output<String>? = null) : ConvertibleToJava<DeploymentArgs>

The `AWS::ApiGatewayV2::Deployment` resource creates a deployment for an API.

Constructors

Link copied to clipboard
constructor(apiId: Output<String>? = null, description: Output<String>? = null, stageName: Output<String>? = null)

Properties

Link copied to clipboard
val apiId: Output<String>? = null

The API identifier.

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

The description for the deployment resource.

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

The name of an existing stage to associate with the deployment.

Functions

Link copied to clipboard
open override fun toJava(): DeploymentArgs