Package-level declarations
Types
`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.
The `AccessLogSetting`
property type specifies settings for logging access in this stage. `AccessLogSetting`
is a property of the StageDescription property type.
The `CanarySetting`
property type specifies settings for the canary deployment in this stage. `CanarySetting`
is a property of the StageDescription property type.
The `MethodSetting`
property type configures settings for all methods in a stage. The `MethodSettings`
property of the Amazon API Gateway Deployment StageDescription property type contains a list of `MethodSetting`
property types.
`StageDescription`
is a property of the AWS::ApiGateway::Deployment resource that configures a deployment stage.
The `Location`
property specifies the location of the Amazon API Gateway API entity that the documentation applies to. `Location`
is a property of the AWS::ApiGateway::DocumentationPart resource. For more information about each property, including constraints and valid values, see DocumentationPart in the Amazon API Gateway REST API Reference.
The `EndpointConfiguration`
property type specifies the endpoint types of an Amazon API Gateway domain name. `EndpointConfiguration`
is a property of the AWS::ApiGateway::DomainName resource.
/* /*
/*
`Integration`
is a property of the AWS::ApiGateway::Method resource that specifies information about the target backend that a method calls.
`IntegrationResponse`
is a property of the Amazon API Gateway Method Integration property type that specifies the response that API Gateway sends after a method's backend finishes processing a request.
The `EndpointConfiguration`
property type specifies the endpoint types of a REST API. `EndpointConfiguration`
is a property of the AWS::ApiGateway::RestApi resource.
`S3Location`
is a property of the AWS::ApiGateway::RestApi resource that specifies the Amazon S3 location of a OpenAPI (formerly Swagger) file that defines a set of RESTful APIs in JSON or YAML. On January 1, 2016, the Swagger Specification was donated to the OpenAPI initiative, becoming the foundation of the OpenAPI Specification.
The `AccessLogSetting`
property type specifies settings for logging access in this stage. `AccessLogSetting`
is a property of the AWS::ApiGateway::Stage resource.
The `MethodSetting`
property type configures settings for all methods in a stage. The `MethodSettings`
property of the `AWS::ApiGateway::Stage`
resource contains a list of `MethodSetting`
property types.
`QuotaSettings`
is a property of the AWS::ApiGateway::UsagePlan resource that specifies a target for the maximum number of requests users can make to your REST APIs. In some cases clients can exceed the targets that you set. Don’t rely on usage plans to control costs. Consider using to monitor costs and to manage API requests.
`ThrottleSettings`
is a property of the AWS::ApiGateway::UsagePlan resource that specifies the overall request rate (average requests per second) and burst capacity when users call your REST APIs.