Reference documentation and code samples for the Google Cloud Oracle Database V1 Client class GoldengateAmazonKinesisConnectionProperties.
The properties of GoldengateAmazonKinesisConnection.
Generated from protobuf message google.cloud.oracledatabase.v1.GoldengateAmazonKinesisConnectionProperties
Namespace
Google \ Cloud \ OracleDatabase \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ technology_type |
string
Optional. The technology type of AmazonKinesisConnection. |
↳ access_key_id |
string
Optional. Access key ID to access the Amazon Kinesis. |
↳ secret_access_key_secret |
string
Optional. Secret access key to access the Amazon Kinesis. |
↳ endpoint |
string
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.
|
↳ aws_region |
string
Optional. The name of the AWS region. If not provided, Goldengate will default to 'us-west-1'. |
getTechnologyType
Optional. The technology type of AmazonKinesisConnection.
| Returns | |
|---|---|
| Type | Description |
string |
|
setTechnologyType
Optional. The technology type of AmazonKinesisConnection.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getAccessKeyId
Optional. Access key ID to access the Amazon Kinesis.
| Returns | |
|---|---|
| Type | Description |
string |
|
setAccessKeyId
Optional. Access key ID to access the Amazon Kinesis.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getSecretAccessKeySecret
Optional. Secret access key to access the Amazon Kinesis.
| Returns | |
|---|---|
| Type | Description |
string |
|
setSecretAccessKeySecret
Optional. Secret access key to access the Amazon Kinesis.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getEndpoint
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.
| Returns | |
|---|---|
| Type | Description |
string |
|
setEndpoint
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.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getAwsRegion
Optional. The name of the AWS region.
If not provided, Goldengate will default to 'us-west-1'.
| Returns | |
|---|---|
| Type | Description |
string |
|
setAwsRegion
Optional. The name of the AWS region.
If not provided, Goldengate will default to 'us-west-1'.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|