Package-level declarations
Types
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 `DeploymentCanarySettings`
property type specifies settings for the canary deployment.
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.
/* /*
/*
`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.
Represents a method response of a given HTTP status code returned to the client. The method response is passed from the back end through the associated integration response that can be transformed using a mapping template.
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.
Configuration settings of a canary deployment.
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.