public static final class CfnEndpoint.KinesisSettingsProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnEndpoint.KinesisSettingsProperty
CfnEndpoint.KinesisSettingsProperty
CfnEndpoint.KinesisSettingsProperty.Builder, CfnEndpoint.KinesisSettingsProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.Object |
getIncludeControlDetails()
Shows detailed control information for table definition, column definition, and table and column changes in the Kinesis message output.
|
java.lang.Object |
getIncludeNullAndEmpty()
Include NULL and empty columns for records migrated to the endpoint.
|
java.lang.Object |
getIncludePartitionValue()
Shows the partition value within the Kinesis message output, unless the partition type is `schema-table-type` .
|
java.lang.Object |
getIncludeTableAlterOperations()
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` .
|
java.lang.Object |
getIncludeTransactionDetails()
Provides detailed transaction information from the source database.
|
java.lang.String |
getMessageFormat()
The output format for the records created on the endpoint.
|
java.lang.Object |
getNoHexPrefix()
Set this optional parameter to `true` to avoid adding a '0x' prefix to raw data in hexadecimal format.
|
java.lang.Object |
getPartitionIncludeSchemaTable()
Prefixes schema and table names to partition values, when the partition type is `primary-key-type` .
|
java.lang.String |
getServiceAccessRoleArn()
The Amazon Resource Name (ARN) for the IAM role that AWS DMS uses to write to the Kinesis data stream.
|
java.lang.String |
getStreamArn()
The Amazon Resource Name (ARN) for the Amazon Kinesis Data Streams endpoint.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.Object getIncludeControlDetails()
CfnEndpoint.KinesisSettingsProperty
The default is false
.
getIncludeControlDetails
in interface CfnEndpoint.KinesisSettingsProperty
public final java.lang.Object getIncludeNullAndEmpty()
CfnEndpoint.KinesisSettingsProperty
The default is false
.
getIncludeNullAndEmpty
in interface CfnEndpoint.KinesisSettingsProperty
public final java.lang.Object getIncludePartitionValue()
CfnEndpoint.KinesisSettingsProperty
The default is false
.
getIncludePartitionValue
in interface CfnEndpoint.KinesisSettingsProperty
public final java.lang.Object getIncludeTableAlterOperations()
CfnEndpoint.KinesisSettingsProperty
The default is false
.
getIncludeTableAlterOperations
in interface CfnEndpoint.KinesisSettingsProperty
public final java.lang.Object getIncludeTransactionDetails()
CfnEndpoint.KinesisSettingsProperty
This information includes a commit timestamp, a log position, and values for transaction_id
, previous transaction_id
, and transaction_record_id
(the record offset within a transaction). The default is false
.
getIncludeTransactionDetails
in interface CfnEndpoint.KinesisSettingsProperty
public final java.lang.String getMessageFormat()
CfnEndpoint.KinesisSettingsProperty
The message format is JSON
(default) or JSON_UNFORMATTED
(a single line with no tab).
getMessageFormat
in interface CfnEndpoint.KinesisSettingsProperty
public final java.lang.Object getNoHexPrefix()
CfnEndpoint.KinesisSettingsProperty
For example, by default, AWS DMS adds a '0x' prefix to the LOB column type in hexadecimal format moving from an Oracle source to an Amazon Kinesis target. Use the NoHexPrefix
endpoint setting to enable migration of RAW data type columns without adding the '0x' prefix.
getNoHexPrefix
in interface CfnEndpoint.KinesisSettingsProperty
public final java.lang.Object getPartitionIncludeSchemaTable()
CfnEndpoint.KinesisSettingsProperty
Doing this increases data distribution among Kinesis shards. For example, suppose that a SysBench schema has thousands of tables and each table has only limited range for a primary key. In this case, the same primary key is sent from thousands of tables to the same shard, which causes throttling. The default is false
.
getPartitionIncludeSchemaTable
in interface CfnEndpoint.KinesisSettingsProperty
public final java.lang.String getServiceAccessRoleArn()
CfnEndpoint.KinesisSettingsProperty
The role must allow the iam:PassRole
action.
getServiceAccessRoleArn
in interface CfnEndpoint.KinesisSettingsProperty
public final java.lang.String getStreamArn()
CfnEndpoint.KinesisSettingsProperty
getStreamArn
in interface CfnEndpoint.KinesisSettingsProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()