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 AWS 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