GetStagePlainArgs

data class GetStagePlainArgs(val restApiId: String, val stageName: String) : ConvertibleToJava<GetStagePlainArgs>

Constructors

Link copied to clipboard
fun GetStagePlainArgs(restApiId: String, stageName: String)

Functions

Link copied to clipboard
open override fun toJava(): GetStagePlainArgs

Properties

Link copied to clipboard

The string identifier of the associated RestApi.

Link copied to clipboard

The name of the stage is the first path segment in the Uniform Resource Identifier (URI) of a call to API Gateway. Stage names can only contain alphanumeric characters, hyphens, and underscores. Maximum length is 128 characters.