AWS::B2BI::Capability S3Location - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::B2BI::Capability S3Location

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

Syntax

To declare this entity in your 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