Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

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.

Value

A list with the following syntax:

list(
  AutoDeployed = TRUE|FALSE,
  CreatedDate = as.POSIXct(
    "2015-01-01"
  ),
  DeploymentId = "string",
  DeploymentStatus = "PENDING"|"FAILED"|"DEPLOYED",
  DeploymentStatusMessage = "string",
  Description = "string"
)

Request syntax

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

paws.networking

Amazon Web Services Networking & Content Delivery Services

v0.1.11
Apache License (>= 2.0)
Authors
David Kretch [aut, cre], Adam Banker [aut], Amazon.com, Inc. [cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.