paws.networking (version 0.1.6)

apigatewayv2_get_stage: Gets a Stage

Description

Gets a Stage.

Usage

apigatewayv2_get_stage(ApiId, StageName)

Arguments

ApiId

[required] The API identifier.

StageName

[required] The stage name. Stage names can only contain alphanumeric characters, hyphens, and underscores. Maximum length is 128 characters.

Request syntax

svc$get_stage(
  ApiId = "string",
  StageName = "string"
)