ApiKeyStageKey

data class ApiKeyStageKey(val restApiId: String? = null, val stageName: String? = null)

Constructors

Link copied to clipboard
fun ApiKeyStageKey(restApiId: String? = null, stageName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val restApiId: 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: 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.