Class AwsS3Data (1.0.2)

AwsS3Data(mapping=None, *, ignore_unknown_fields=False, **kwargs)

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.

Attributes

NameDescription
bucket_name str
Required. S3 Bucket name (see `Creating a bucket
aws_access_key google.cloud.storage_transfer_v1.types.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. This field is required. For information on our data retention policy for user credentials, see `User credentials `__.
path str
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 '/'.
role_arn str
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.