paws.networking (version 0.1.6)

apigateway_get_stage: Gets information about a Stage resource

Description

Gets information about a Stage resource.

Usage

apigateway_get_stage(restApiId, stageName)

Arguments

restApiId

[required] [Required] The string identifier of the associated RestApi.

stageName

[required] [Required] The name of the Stage resource to get information about.

Request syntax

svc$get_stage(
  restApiId = "string",
  stageName = "string"
)