Deployment

class Deployment : KotlinCustomResource

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

Properties

Link copied to clipboard
val apiId: Output<String>

The API identifier.

Link copied to clipboard
val deploymentId: Output<String>

The deployment ID.

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

The description for the deployment resource.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val stageName: Output<String>?

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

Link copied to clipboard
val urn: Output<String>