Get Deployment
apigatewayv2_get_deployment | R Documentation |
Gets a Deployment¶
Description¶
Gets a Deployment.
Usage¶
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"
)