@Stability(value=Stable) @Internal public static final class CfnEndpoint.KinesisSettingsProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnEndpoint.KinesisSettingsProperty
CfnEndpoint.KinesisSettingsPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnEndpoint.KinesisSettingsProperty.Builder, CfnEndpoint.KinesisSettingsProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnEndpoint.KinesisSettingsProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnEndpoint.DocDbSettingsProperty.Builder. |
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(Object o) |
Object |
getIncludeControlDetails()
Shows detailed control information for table definition, column definition, and table and column changes in the Kinesis message output.
|
Object |
getIncludeNullAndEmpty()
Include NULL and empty columns for records migrated to the endpoint.
|
Object |
getIncludePartitionValue()
Shows the partition value within the Kinesis message output, unless the partition type is `schema-table-type` .
|
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` .
|
Object |
getIncludeTransactionDetails()
Provides detailed transaction information from the source database.
|
String |
getMessageFormat()
The output format for the records created on the endpoint.
|
Object |
getNoHexPrefix()
Set this optional parameter to `true` to avoid adding a '0x' prefix to raw data in hexadecimal format.
|
Object |
getPartitionIncludeSchemaTable()
Prefixes schema and table names to partition values, when the partition type is `primary-key-type` .
|
String |
getServiceAccessRoleArn()
The Amazon Resource Name (ARN) for the IAM role that AWS DMS uses to write to the Kinesis data stream.
|
String |
getStreamArn()
The Amazon Resource Name (ARN) for the Amazon Kinesis Data Streams endpoint.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnEndpoint.KinesisSettingsProperty.Builder builder)
CfnEndpoint.DocDbSettingsProperty.Builder.public final Object getIncludeControlDetails()
CfnEndpoint.KinesisSettingsProperty
The default is false .
getIncludeControlDetails in interface CfnEndpoint.KinesisSettingsPropertypublic final Object getIncludeNullAndEmpty()
CfnEndpoint.KinesisSettingsProperty
The default is false .
getIncludeNullAndEmpty in interface CfnEndpoint.KinesisSettingsPropertypublic final Object getIncludePartitionValue()
CfnEndpoint.KinesisSettingsProperty
The default is false .
getIncludePartitionValue in interface CfnEndpoint.KinesisSettingsPropertypublic final Object getIncludeTableAlterOperations()
CfnEndpoint.KinesisSettingsProperty
The default is false .
getIncludeTableAlterOperations in interface CfnEndpoint.KinesisSettingsPropertypublic final 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.KinesisSettingsPropertypublic final String getMessageFormat()
CfnEndpoint.KinesisSettingsProperty
The message format is JSON (default) or JSON_UNFORMATTED (a single line with no tab).
getMessageFormat in interface CfnEndpoint.KinesisSettingsPropertypublic final 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.KinesisSettingsPropertypublic final 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.KinesisSettingsPropertypublic final String getServiceAccessRoleArn()
CfnEndpoint.KinesisSettingsProperty
The role must allow the iam:PassRole action.
getServiceAccessRoleArn in interface CfnEndpoint.KinesisSettingsPropertypublic final String getStreamArn()
CfnEndpoint.KinesisSettingsPropertygetStreamArn in interface CfnEndpoint.KinesisSettingsProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.