aws::api-gateway-deployment¶
Create a deployment.
Example¶
aws::api-gateway-deployment example-deployment
api: $(aws::api-gateway example-api)
description: "example-desc-changed"
end
Attributes¶
Attribute | Description |
---|---|
api | The API for which to create a deployment. (Required) |
description | The description of the deployment resource. |
Outputs¶
Attribute | Description |
---|---|
id | The ID of the deployment. |
status | The status of the deployment. |