AWS::ApiGatewayV2::Api BodyS3Location - AWS CloudFormation

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:

JSON

{ "Bucket" : String, "Etag" : String, "Key" : String, "Version" : String }

YAML

Bucket: String Etag: String Key: String Version: String

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