apigatewayv2_create_deployment {paws.networking} | R Documentation |
Creates a Deployment for an API
Description
Creates a Deployment for an API.
See https://www.paws-r-sdk.com/docs/apigatewayv2_create_deployment/ 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. |
[Package paws.networking version 0.9.0 Index]