Api Key Stage Key Args
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.