Class: Google::Cloud::StorageTransfer::V1::AwsS3Data
- Inherits:
-
Object
- Object
- Google::Cloud::StorageTransfer::V1::AwsS3Data
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/storagetransfer/v1/transfer_types.rb
Overview
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.
Instance Attribute Summary collapse
-
#aws_access_key ⇒ ::Google::Cloud::StorageTransfer::V1::AwsAccessKey
Input only.
-
#bucket_name ⇒ ::String
Required.
-
#cloudfront_domain ⇒ ::String
Optional.
-
#credentials_secret ⇒ ::String
Optional.
-
#managed_private_network ⇒ ::Boolean
Egress bytes over a Google-managed private network.
-
#path ⇒ ::String
Root path to transfer objects.
-
#role_arn ⇒ ::String
The Amazon Resource Name (ARN) of the role to support temporary credentials via
AssumeRoleWithWebIdentity.
Instance Attribute Details
#aws_access_key ⇒ ::Google::Cloud::StorageTransfer::V1::AwsAccessKey
309 310 311 312 |
# File 'proto_docs/google/storagetransfer/v1/transfer_types.rb', line 309 class AwsS3Data include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#bucket_name ⇒ ::String
309 310 311 312 |
# File 'proto_docs/google/storagetransfer/v1/transfer_types.rb', line 309 class AwsS3Data include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#cloudfront_domain ⇒ ::String
309 310 311 312 |
# File 'proto_docs/google/storagetransfer/v1/transfer_types.rb', line 309 class AwsS3Data include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#credentials_secret ⇒ ::String
309 310 311 312 |
# File 'proto_docs/google/storagetransfer/v1/transfer_types.rb', line 309 class AwsS3Data include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#managed_private_network ⇒ ::Boolean
309 310 311 312 |
# File 'proto_docs/google/storagetransfer/v1/transfer_types.rb', line 309 class AwsS3Data include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#path ⇒ ::String
309 310 311 312 |
# File 'proto_docs/google/storagetransfer/v1/transfer_types.rb', line 309 class AwsS3Data include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#role_arn ⇒ ::String
309 310 311 312 |
# File 'proto_docs/google/storagetransfer/v1/transfer_types.rb', line 309 class AwsS3Data include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |