ApiKeyStageKeyArgs

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

Constructors

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

Functions

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

Properties

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

The ID of a RestApi resource that includes the stage with which you want to associate the API key.

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

The name of the stage with which to associate the API key. The stage must be included in the RestApi resource that you specified in the RestApiId property.