| Package | Description |
|---|---|
| com.amazonaws.services.databasemigrationservice.model |
| Modifier and Type | Method and Description |
|---|---|
KinesisSettings |
KinesisSettings.clone() |
KinesisSettings |
Endpoint.getKinesisSettings()
The settings for the Amazon Kinesis target endpoint.
|
KinesisSettings |
ModifyEndpointRequest.getKinesisSettings()
Settings in JSON format for the target endpoint for Amazon Kinesis Data Streams.
|
KinesisSettings |
CreateEndpointRequest.getKinesisSettings()
Settings in JSON format for the target endpoint for Amazon Kinesis Data Streams.
|
KinesisSettings |
KinesisSettings.withIncludeControlDetails(Boolean includeControlDetails)
Shows detailed control information for table definition, column definition, and table and column changes in the
Kinesis message output.
|
KinesisSettings |
KinesisSettings.withIncludeNullAndEmpty(Boolean includeNullAndEmpty)
Include NULL and empty columns for records migrated to the endpoint.
|
KinesisSettings |
KinesisSettings.withIncludePartitionValue(Boolean includePartitionValue)
Shows the partition value within the Kinesis message output, unless the partition type is
schema-table-type. |
KinesisSettings |
KinesisSettings.withIncludeTableAlterOperations(Boolean includeTableAlterOperations)
Includes any data definition language (DDL) operations that change the table in the control data, such as
rename-table, drop-table, add-column, drop-column, and
rename-column. |
KinesisSettings |
KinesisSettings.withIncludeTransactionDetails(Boolean includeTransactionDetails)
Provides detailed transaction information from the source database.
|
KinesisSettings |
KinesisSettings.withMessageFormat(MessageFormatValue messageFormat)
The output format for the records created on the endpoint.
|
KinesisSettings |
KinesisSettings.withMessageFormat(String messageFormat)
The output format for the records created on the endpoint.
|
KinesisSettings |
KinesisSettings.withNoHexPrefix(Boolean noHexPrefix)
Set this optional parameter to
true to avoid adding a '0x' prefix to raw data in hexadecimal format. |
KinesisSettings |
KinesisSettings.withPartitionIncludeSchemaTable(Boolean partitionIncludeSchemaTable)
Prefixes schema and table names to partition values, when the partition type is
primary-key-type. |
KinesisSettings |
KinesisSettings.withServiceAccessRoleArn(String serviceAccessRoleArn)
The Amazon Resource Name (ARN) for the IAM role that DMS uses to write to the Kinesis data stream.
|
KinesisSettings |
KinesisSettings.withStreamArn(String streamArn)
The Amazon Resource Name (ARN) for the Amazon Kinesis Data Streams endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Endpoint.setKinesisSettings(KinesisSettings kinesisSettings)
The settings for the Amazon Kinesis target endpoint.
|
void |
ModifyEndpointRequest.setKinesisSettings(KinesisSettings kinesisSettings)
Settings in JSON format for the target endpoint for Amazon Kinesis Data Streams.
|
void |
CreateEndpointRequest.setKinesisSettings(KinesisSettings kinesisSettings)
Settings in JSON format for the target endpoint for Amazon Kinesis Data Streams.
|
Endpoint |
Endpoint.withKinesisSettings(KinesisSettings kinesisSettings)
The settings for the Amazon Kinesis target endpoint.
|
ModifyEndpointRequest |
ModifyEndpointRequest.withKinesisSettings(KinesisSettings kinesisSettings)
Settings in JSON format for the target endpoint for Amazon Kinesis Data Streams.
|
CreateEndpointRequest |
CreateEndpointRequest.withKinesisSettings(KinesisSettings kinesisSettings)
Settings in JSON format for the target endpoint for Amazon Kinesis Data Streams.
|
Copyright © 2024. All rights reserved.