S3Location - AWS CodeDeploy

S3Location

Information about the location of application artifacts stored in Amazon S3.

Contents

bucket

The name of the Amazon S3 bucket where the application revision is stored.

Type: String

Required: No

bundleType

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.

  • YAML: A YAML-formatted file.

  • JSON: A JSON-formatted file.

Type: String

Valid Values: tar | tgz | zip | YAML | JSON

Required: No

eTag

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.

Type: String

Required: No

key

The name of the Amazon S3 object that represents the bundled artifacts for the application revision.

Type: String

Required: No

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.

Type: String

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: