---
type: resource-type
title: Apigwv2Deployment
description: aws resource type AWS::ApiGatewayV2::Deployment
name: Apigwv2Deployment
lexicon: aws
resource_type: AWS::ApiGatewayV2::Deployment
---
`AWS::ApiGatewayV2::Deployment`, a resource type of the aws lexicon.

## Properties

- `ApiId` (`string`, required): The API identifier.
- `DeploymentId` (`string`, optional)
- `Description` (`string`, optional): The description for the deployment resource.
- `StageName` (`string`, optional): The name of an existing stage to associate with the deployment.

## Attributes

- `DeploymentId`

## Governed by

- [WAW030](/rules/WAW030.md): Missing DependsOn for known CloudFormation ordering patterns
