class Aws::CodeDeploy::Types::S3Location
Information about the location of application artifacts stored in Amazon S3.
@note When making an API call, you may pass S3Location
data as a hash: { bucket: "S3Bucket", key: "S3Key", bundle_type: "tar", # accepts tar, tgz, zip, YAML, JSON version: "VersionId", e_tag: "ETag", }
@!attribute [rw] bucket
The name of the Amazon S3 bucket where the application revision is stored. @return [String]
@!attribute [rw] key
The name of the Amazon S3 object that represents the bundled artifacts for the application revision. @return [String]
@!attribute [rw] bundle_type
The file type of the application revision. Must be one of the following: * `tar`\: A tar archive file. * `tgz`\: A compressed tar archive file. * `zip`\: A zip archive file. @return [String]
@!attribute [rw] version
A specific version of the Amazon S3 object that represents the bundled artifacts for the application revision. If the version is not specified, the system uses the most recent version by default. @return [String]
@!attribute [rw] e_tag
The ETag of the Amazon S3 object that represents the bundled artifacts for the application revision. If the ETag is not specified as an input parameter, ETag validation of the object is skipped. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/S3Location AWS API Documentation
Constants
- SENSITIVE