HttpApiDefinition
An OpenAPI document defining the API.
Syntax
To declare this entity in your AWS Serverless Application Model (AWS SAM) template, use the following syntax.
Properties
-
Bucket
-
The name of the Amazon S3 bucket where the OpenAPI file is stored.
Type: String
Required: Yes
AWS CloudFormation compatibility: This property is passed directly to the
Bucket
property of theAWS::ApiGatewayV2::Api
BodyS3Location
data type. -
Key
-
The Amazon S3 key of the OpenAPI file.
Type: String
Required: Yes
AWS CloudFormation compatibility: This property is passed directly to the
Key
property of theAWS::ApiGatewayV2::Api
BodyS3Location
data type. -
Version
-
For versioned objects, the version of the OpenAPI file.
Type: String
Required: No
AWS CloudFormation compatibility: This property is passed directly to the
Version
property of theAWS::ApiGatewayV2::Api
BodyS3Location
data type.
Examples
Definition Uri example
API Definition example
YAML
DefinitionUri: Bucket: amzn-s3-demo-bucket-name Key: mykey-name Version: 121212