GoldengateAmazonKinesisConnectionProperties class

The properties of GoldengateAmazonKinesisConnection.

Constructors

GoldengateAmazonKinesisConnectionProperties({String? accessKeyId, String? awsRegion, String? endpoint, String? secretAccessKeySecret, String? technologyType})
GoldengateAmazonKinesisConnectionProperties.fromJson(Map json_)

Properties

accessKeyId String?
Access key ID to access the Amazon Kinesis.
getter/setter pair
awsRegion String?
The name of the AWS region.
getter/setter pair
endpoint String?
The endpoint URL of the Amazon Kinesis service.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secretAccessKeySecret String?
Secret access key to access the Amazon Kinesis.
getter/setter pair
technologyType String?
The technology type of AmazonKinesisConnection.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited