Class: Google::Cloud::OracleDatabase::V1::GoldengateAmazonKinesisConnectionProperties
- Inherits:
-
Object
- Object
- Google::Cloud::OracleDatabase::V1::GoldengateAmazonKinesisConnectionProperties
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/oracledatabase/v1/goldengate_connection.rb
Overview
The properties of GoldengateAmazonKinesisConnection.
Instance Attribute Summary collapse
-
#access_key_id ⇒ ::String
Optional.
-
#aws_region ⇒ ::String
Optional.
-
#endpoint ⇒ ::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 Kinesis.
1572 1573 1574 1575 |
# File 'proto_docs/google/cloud/oracledatabase/v1/goldengate_connection.rb', line 1572 class GoldengateAmazonKinesisConnectionProperties include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#aws_region ⇒ ::String
Returns Optional. The name of the AWS region. If not provided, Goldengate will default to 'us-west-1'.
1572 1573 1574 1575 |
# File 'proto_docs/google/cloud/oracledatabase/v1/goldengate_connection.rb', line 1572 class GoldengateAmazonKinesisConnectionProperties include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#endpoint ⇒ ::String
Returns Optional. The endpoint URL of the Amazon Kinesis service.
e.g.: 'https://kinesis.us-east-1.amazonaws.com'
If not provided, Goldengate will default to
'https://kinesis.
1572 1573 1574 1575 |
# File 'proto_docs/google/cloud/oracledatabase/v1/goldengate_connection.rb', line 1572 class GoldengateAmazonKinesisConnectionProperties include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#secret_access_key_secret ⇒ ::String
Returns Optional. Secret access key to access the Amazon Kinesis.
1572 1573 1574 1575 |
# File 'proto_docs/google/cloud/oracledatabase/v1/goldengate_connection.rb', line 1572 class GoldengateAmazonKinesisConnectionProperties include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#technology_type ⇒ ::String
Returns Optional. The technology type of AmazonKinesisConnection.
1572 1573 1574 1575 |
# File 'proto_docs/google/cloud/oracledatabase/v1/goldengate_connection.rb', line 1572 class GoldengateAmazonKinesisConnectionProperties include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |