The location of an object in Amazon S3.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{
"BucketArn" : String
,
"FileKey" : String
,
"ObjectVersion" : String
}
YAML
BucketArn: String
FileKey: String
ObjectVersion: String
Properties
BucketArn
-
The Amazon Resource Name (ARN) of an S3 bucket.
Required: Yes
Type: String
Update requires: Replacement
FileKey
-
The file key for an object in an S3 bucket.
Required: Yes
Type: String
Update requires: Replacement
ObjectVersion
-
The version of an object in an S3 bucket.
Required: No
Type: String
Update requires: Replacement