getStage

suspend fun getStage(argument: GetStagePlainArgs): GetStageResult

The `AWS::ApiGateway::Stage` resource creates a stage for a deployment.

Return

null

Parameters

argument

null


suspend fun getStage(restApiId: String, stageName: String): GetStageResult

Return

null

Parameters

restApiId

The string identifier of the associated RestApi.

stageName

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.

See also


suspend fun getStage(argument: suspend GetStagePlainArgsBuilder.() -> Unit): GetStageResult

Return

null

Parameters

argument

Builder for com.pulumi.awsnative.apigateway.kotlin.inputs.GetStagePlainArgs.

See also