AWS::ApiGateway::ApiKey StageKey - AWS CloudFormation

AWS::ApiGateway::ApiKey StageKey

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.

Syntax

To declare this entity in your AWS CloudFormation template, use the following syntax:

JSON

{ "RestApiId" : String, "StageName" : String }

YAML

RestApiId: String StageName: String

Properties

RestApiId

The string identifier of the associated RestApi.

Required: No

Type: String

Update requires: No interruption

StageName

The stage name associated with the stage key.

Required: No

Type: String

Update requires: No interruption

See also

  • stageKeys in the Amazon API Gateway REST API Reference