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

apigatewayv2_get_deployment

Gets a Deployment


Description

Gets a Deployment.

Usage

apigatewayv2_get_deployment(ApiId, DeploymentId)

Arguments

ApiId

[required] The API identifier.

DeploymentId

[required] The deployment ID.

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$get_deployment(
  ApiId = "string",
  DeploymentId = "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.