AWS::ApiGatewayV2::Api BodyS3Location
The BodyS3Location
property specifies an S3 location from which to
import an OpenAPI definition. Supported only for HTTP APIs.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
Properties
Bucket
-
The S3 bucket that contains the OpenAPI definition to import. Required if you specify a
BodyS3Location
for an API.Required: Conditional
Type: String
Update requires: No interruption
Etag
-
The Etag of the S3 object.
Required: No
Type: String
Update requires: No interruption
Key
-
The key of the S3 object. Required if you specify a
BodyS3Location
for an API.Required: Conditional
Type: String
Update requires: No interruption
Version
-
The version of the S3 object.
Required: No
Type: String
Update requires: No interruption