Class: Google::Cloud::OracleDatabase::V1::GoldengateAmazonKinesisConnectionProperties

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#access_key_id::String

Returns Optional. Access key ID to access the Amazon Kinesis.

Returns:

  • (::String)

    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'.

Returns:

  • (::String)

    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..amazonaws.com'.

Returns:



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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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