Class: Google::Cloud::OracleDatabase::V1::GoldengateAmazonS3ConnectionProperties
- Inherits:
-
Object
- Object
- Google::Cloud::OracleDatabase::V1::GoldengateAmazonS3ConnectionProperties
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/oracledatabase/v1/goldengate_connection.rb
Overview
The properties of GoldengateAmazonS3Connection.
Instance Attribute Summary collapse
-
#access_key_id ⇒ ::String
Optional.
-
#endpoint ⇒ ::String
Optional.
-
#region ⇒ ::String
Optional.
-
#secret_access_key_secret ⇒ ::String
Optional.
-
#technology_type ⇒ ::String
Optional.
Instance Attribute Details
#access_key_id ⇒ ::String
Returns Optional. Access key ID to access the Amazon S3 bucket.
1143 1144 1145 1146 |
# File 'proto_docs/google/cloud/oracledatabase/v1/goldengate_connection.rb', line 1143 class GoldengateAmazonS3ConnectionProperties include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#endpoint ⇒ ::String
Returns Optional. The Amazon Endpoint for S3.
1143 1144 1145 1146 |
# File 'proto_docs/google/cloud/oracledatabase/v1/goldengate_connection.rb', line 1143 class GoldengateAmazonS3ConnectionProperties include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#region ⇒ ::String
Returns Optional. The name of the AWS region where the bucket is created.
1143 1144 1145 1146 |
# File 'proto_docs/google/cloud/oracledatabase/v1/goldengate_connection.rb', line 1143 class GoldengateAmazonS3ConnectionProperties include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#secret_access_key_secret ⇒ ::String
Returns Optional. Secret access key to access the Amazon S3 bucket.
1143 1144 1145 1146 |
# File 'proto_docs/google/cloud/oracledatabase/v1/goldengate_connection.rb', line 1143 class GoldengateAmazonS3ConnectionProperties include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#technology_type ⇒ ::String
Returns Optional. The technology type of AmazonS3Connection.
1143 1144 1145 1146 |
# File 'proto_docs/google/cloud/oracledatabase/v1/goldengate_connection.rb', line 1143 class GoldengateAmazonS3ConnectionProperties include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |