AWS CodeDeploy DeploymentGroup Deployment Revision S3Location
S3Location is a property of the AWS CodeDeploy
DeploymentGroup Revision property
that specifies the location of an application revision that is stored in Amazon Simple
Storage Service
(Amazon S3).
Syntax
JSON
{ "Bucket" :String, "BundleType" :String, "ETag" :String, "Key" :String, "Version" :String}
YAML
Bucket:StringBundleType:StringETag:StringKey:StringVersion:String
Properties
Bucket-
The name of the S3 bucket where the application revision is stored.
Required: Yes
Type: String
BundleType-
The file type of the application revision, such as
tar,tgz, orzip. For valid values, see S3Location in the AWS CodeDeploy API Reference.Required: Yes
Type: String
ETag-
The Amazon S3 ETag (a file checksum) of the application revision. If you don't specify a value, AWS CodeDeploy skips the ETag validation of your application revision.
Required: No
Type: String
Key-
The file name of the application revision (Amazon S3 object name).
Required: Yes
Type: String
Version-
For versioning-enabled buckets, a specific version of the application revision.
Required: No
Type: String
