AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

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

Inheritance Hierarchy

System.Object
  Amazon.CodeDeploy.Model.S3Location

Namespace: Amazon.CodeDeploy.Model
Assembly: AWSSDK.CodeDeploy.dll
Version: 3.x.y.z

Syntax

C#
public class S3Location

The S3Location type exposes the following members

Constructors

NameDescription
Public Method S3Location()

Properties

NameTypeDescription
Public Property Bucket System.String

Gets and sets the property Bucket.

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

Public Property BundleType Amazon.CodeDeploy.BundleType

Gets and sets the property 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.

Public Property ETag System.String

Gets and sets the property 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.

Public Property Key System.String

Gets and sets the property Key.

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

Public Property Version System.String

Gets and sets the property 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.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5