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.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#aws_access_key
def aws_access_key() -> ::Google::Cloud::StorageTransfer::V1::AwsAccessKey
-
(::Google::Cloud::StorageTransfer::V1::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.
#aws_access_key=
def aws_access_key=(value) -> ::Google::Cloud::StorageTransfer::V1::AwsAccessKey
-
value (::Google::Cloud::StorageTransfer::V1::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.
-
(::Google::Cloud::StorageTransfer::V1::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.
#bucket_name
def bucket_name() -> ::String
- (::String) — Required. S3 Bucket name (see Creating a bucket).
#bucket_name=
def bucket_name=(value) -> ::String
- value (::String) — Required. S3 Bucket name (see Creating a bucket).
- (::String) — Required. S3 Bucket name (see Creating a bucket).
#path
def path() -> ::String
-
(::String) — 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 '/'.
#path=
def path=(value) -> ::String
-
value (::String) — 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 '/'.
-
(::String) — 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
def role_arn() -> ::String
-
(::String) — 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.
#role_arn=
def role_arn=(value) -> ::String
-
value (::String) — 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.
-
(::String) — 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.