Class: AWSCodeDeployDeploymentGroupDeploymentRevisionS3Location

Types~AWSCodeDeployDeploymentGroupDeploymentRevisionS3Location

new AWSCodeDeployDeploymentGroupDeploymentRevisionS3Location()

Properties:
Name Type Description
Bucket String Required: Yes. The name of the S3 bucket where the application revision is stored.
BundleType String Required: Yes. The file type of the application revision, such as tar, tgz, or zip. For valid values, see S3Location in the AWS CodeDeploy API Reference.
ETag String Required: No. 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.
Key String Required: Yes. The file name of the application revision (Amazon S3 object name).
Version String Required: No. For versioning-enabled buckets, a specific version of the application revision.
Source: