Class AwsS3Data (1.1.0)

public sealed class AwsS3Data : IMessage<AwsS3Data>, IEquatable<AwsS3Data>, IDeepCloneable<AwsS3Data>, IBufferMessage, IMessage

An AwsS3Data resource can be a data source, but not a data sink. In an AwsS3Data resource, an object's name is the S3 object's key name.

Inheritance

Object > AwsS3Data

Namespace

Google.Cloud.StorageTransfer.V1

Assembly

Google.Cloud.StorageTransfer.V1.dll

Constructors

AwsS3Data()

public AwsS3Data()

AwsS3Data(AwsS3Data)

public AwsS3Data(AwsS3Data other)
Parameter
NameDescription
otherAwsS3Data

Properties

AwsAccessKey

public AwsAccessKey AwsAccessKey { get; set; }

Input only. AWS access key used to sign the API requests to the AWS S3 bucket. Permissions on the bucket must be granted to the access ID of the AWS access key. This field is required.

For information on our data retention policy for user credentials, see User credentials.

Property Value
TypeDescription
AwsAccessKey

BucketName

public string BucketName { get; set; }

Required. S3 Bucket name (see Creating a bucket).

Property Value
TypeDescription
String

Path

public string Path { get; set; }

Root path to transfer objects.

Must be an empty string or full path name that ends with a '/'. This field is treated as an object prefix. As such, it should generally not begin with a '/'.

Property Value
TypeDescription
String

RoleArn

public string RoleArn { get; set; }

Input only. Role arn to support temporary credentials via AssumeRoleWithWebIdentity.

When role arn is provided, transfer service will fetch temporary credentials for the session using AssumeRoleWithWebIdentity call for the provided role using the [GoogleServiceAccount] for this project.

Property Value
TypeDescription
String