Show / Hide Table of Contents

Class AwsS3Data

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
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Storagetransfer.v1.Data
Assembly: Google.Apis.Storagetransfer.v1.dll
Syntax
public class AwsS3Data : IDirectResponseSchema

Properties

AwsAccessKey

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. For information on our data retention policy for user credentials, see User credentials.

Declaration
[JsonProperty("awsAccessKey")]
public virtual AwsAccessKey AwsAccessKey { get; set; }
Property Value
Type Description
AwsAccessKey

BucketName

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

Declaration
[JsonProperty("bucketName")]
public virtual string BucketName { get; set; }
Property Value
Type Description
string

CloudfrontDomain

Optional. The CloudFront distribution domain name pointing to this bucket, to use when fetching. See Transfer from S3 via CloudFront for more information. Format: https://{id}.cloudfront.net or any valid custom domain. Must begin with https://.

Declaration
[JsonProperty("cloudfrontDomain")]
public virtual string CloudfrontDomain { get; set; }
Property Value
Type Description
string

CredentialsSecret

Optional. The Resource name of a secret in Secret Manager. AWS credentials must be stored in Secret Manager in JSON format: { "access_key_id": "ACCESS_KEY_ID", "secret_access_key": "SECRET_ACCESS_KEY" } GoogleServiceAccount must be granted roles/secretmanager.secretAccessor for the resource. See [Configure access to a source: Amazon S3] (https://cloud.google.com/storage-transfer/docs/source-amazon-s3#secret_manager) for more information. If credentials_secret is specified, do not specify role_arn or aws_access_key. Format: projects/{project_number}/secrets/{secret_name}

Declaration
[JsonProperty("credentialsSecret")]
public virtual string CredentialsSecret { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ManagedPrivateNetwork

Egress bytes over a Google-managed private network. This network is shared between other users of Storage Transfer Service.

Declaration
[JsonProperty("managedPrivateNetwork")]
public virtual bool? ManagedPrivateNetwork { get; set; }
Property Value
Type Description
bool?

Path

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 '/'.

Declaration
[JsonProperty("path")]
public virtual string Path { get; set; }
Property Value
Type Description
string

RoleArn

The Amazon Resource Name (ARN) of the role to support temporary credentials via AssumeRoleWithWebIdentity. For more information about ARNs, see IAM ARNs. When a role ARN is provided, Transfer Service fetches temporary credentials for the session using a AssumeRoleWithWebIdentity call for the provided role using the GoogleServiceAccount for this project.

Declaration
[JsonProperty("roleArn")]
public virtual string RoleArn { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX