paws.networking (version 0.1.6)

apigatewayv2_create_deployment: Creates a Deployment for an API

Description

Creates a Deployment for an API.

Usage

apigatewayv2_create_deployment(ApiId, Description, StageName)

Arguments

ApiId

[required] The API identifier.

Description

The description for the deployment resource.

StageName

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

Request syntax

svc$create_deployment(
  ApiId = "string",
  Description = "string",
  StageName = "string"
)