AWS::B2BI::Capability S3Location - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::B2BI::Capability S3Location

Specifies the details for the Amazon S3 file location that is being used with Amazon B2BI Data Interchange. File locations in Amazon S3 are identified using a combination of the bucket and key.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "BucketName" : String, "Key" : String }

YAML

BucketName: String Key: String

Properties

BucketName

Specifies the name of the Amazon S3 bucket.

Required: No

Type: String

Minimum: 3

Maximum: 63

Update requires: No interruption

Key

Specifies the Amazon S3 key for the file location.

Required: No

Type: String

Minimum: 0

Maximum: 1024

Update requires: No interruption