Learn R Programming

paws.networking (version 0.2.0)

apigatewayv2_create_deployment: Creates a Deployment for an API

Description

Creates a Deployment for an API.

See https://paws-r.github.io/docs/apigatewayv2/create_deployment.html for full documentation.

Usage

apigatewayv2_create_deployment(ApiId, Description = NULL, StageName = NULL)

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.