Deployment

class Deployment : KotlinCustomResource

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.

Properties

Link copied to clipboard

The input configuration for a canary deployment.

Link copied to clipboard
val deploymentId: Output<String>

The ID for the deployment. For example: abc123 .

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

The description for the Deployment resource to create.

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 restApiId: Output<String>

The string identifier of the associated RestApi.

Link copied to clipboard

The description of the Stage resource for the Deployment resource to create. To specify a stage description, you must also provide a stage name.

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

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

Link copied to clipboard
val urn: Output<String>