ApiKeyStageKeyArgs

data class ApiKeyStageKeyArgs(val restApiId: Output<String>? = null, val stageName: Output<String>? = null) : ConvertibleToJava<ApiKeyStageKeyArgs>

`StageKey` is a property of the AWS::ApiGateway::ApiKey resource that specifies the stage to associate with the API key. This association allows only clients with the key to make requests to methods in that stage.

Constructors

Link copied to clipboard
constructor(restApiId: Output<String>? = null, stageName: Output<String>? = null)

Properties

Link copied to clipboard
val restApiId: Output<String>? = null

The string identifier of the associated RestApi.

Link copied to clipboard
val stageName: Output<String>? = null

The stage name associated with the stage key.

Functions

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