@Stability(value=Stable) @Internal public static final class CfnEndpoint.KafkaSettingsProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnEndpoint.KafkaSettingsProperty
CfnEndpoint.KafkaSettingsPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnEndpoint.KafkaSettingsProperty.Builder, CfnEndpoint.KafkaSettingsProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnEndpoint.KafkaSettingsProperty.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) |
String |
getBroker()
A comma-separated list of one or more broker locations in your Kafka cluster that host your Kafka instance.
|
Object |
getIncludeControlDetails()
Shows detailed control information for table definition, column definition, and table and column changes in the Kafka message output.
|
Object |
getIncludeNullAndEmpty()
Include NULL and empty columns for records migrated to the endpoint.
|
Object |
getIncludePartitionValue()
Shows the partition value within the Kafka 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.
|
Number |
getMessageMaxBytes()
The maximum size in bytes for records created on the endpoint The default is 1,000,000.
|
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 |
getSaslPassword()
The secure password that you created when you first set up your Amazon MSK cluster to validate a client identity and make an encrypted connection between server and client using SASL-SSL authentication.
|
String |
getSaslUserName()
The secure user name you created when you first set up your Amazon MSK cluster to validate a client identity and make an encrypted connection between server and client using SASL-SSL authentication.
|
String |
getSecurityProtocol()
Set secure connection to a Kafka target endpoint using Transport Layer Security (TLS).
|
String |
getSslCaCertificateArn()
The Amazon Resource Name (ARN) for the private certificate authority (CA) cert that AWS DMS uses to securely connect to your Kafka target endpoint.
|
String |
getSslClientCertificateArn()
The Amazon Resource Name (ARN) of the client certificate used to securely connect to a Kafka target endpoint.
|
String |
getSslClientKeyArn()
The Amazon Resource Name (ARN) for the client private key used to securely connect to a Kafka target endpoint.
|
String |
getSslClientKeyPassword()
The password for the client private key used to securely connect to a Kafka target endpoint.
|
String |
getTopic()
The topic to which you migrate the data.
|
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.KafkaSettingsProperty.Builder builder)
CfnEndpoint.DocDbSettingsProperty.Builder.public final String getBroker()
CfnEndpoint.KafkaSettingsProperty
Specify each broker location in the form *broker-hostname-or-ip* : *port* . For example, "ec2-12-345-678-901.compute-1.amazonaws.com:2345" . For more information and examples of specifying a list of broker locations, see Using Apache Kafka as a target for AWS Database Migration Service in the AWS Database Migration Service User Guide .
getBroker in interface CfnEndpoint.KafkaSettingsPropertypublic final Object getIncludeControlDetails()
CfnEndpoint.KafkaSettingsProperty
The default is false .
getIncludeControlDetails in interface CfnEndpoint.KafkaSettingsPropertypublic final Object getIncludeNullAndEmpty()
CfnEndpoint.KafkaSettingsProperty
The default is false .
getIncludeNullAndEmpty in interface CfnEndpoint.KafkaSettingsPropertypublic final Object getIncludePartitionValue()
CfnEndpoint.KafkaSettingsProperty
The default is false .
getIncludePartitionValue in interface CfnEndpoint.KafkaSettingsPropertypublic final Object getIncludeTableAlterOperations()
CfnEndpoint.KafkaSettingsProperty
The default is false .
getIncludeTableAlterOperations in interface CfnEndpoint.KafkaSettingsPropertypublic final Object getIncludeTransactionDetails()
CfnEndpoint.KafkaSettingsProperty
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.KafkaSettingsPropertypublic final String getMessageFormat()
CfnEndpoint.KafkaSettingsProperty
The message format is JSON (default) or JSON_UNFORMATTED (a single line with no tab).
getMessageFormat in interface CfnEndpoint.KafkaSettingsPropertypublic final Number getMessageMaxBytes()
CfnEndpoint.KafkaSettingsPropertygetMessageMaxBytes in interface CfnEndpoint.KafkaSettingsPropertypublic final Object getNoHexPrefix()
CfnEndpoint.KafkaSettingsProperty
For example, by default, AWS DMS adds a '0x' prefix to the LOB column type in hexadecimal format moving from an Oracle source to a Kafka target. Use the NoHexPrefix endpoint setting to enable migration of RAW data type columns without adding the '0x' prefix.
getNoHexPrefix in interface CfnEndpoint.KafkaSettingsPropertypublic final Object getPartitionIncludeSchemaTable()
CfnEndpoint.KafkaSettingsProperty
Doing this increases data distribution among Kafka partitions. 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 partition, which causes throttling. The default is false .
getPartitionIncludeSchemaTable in interface CfnEndpoint.KafkaSettingsPropertypublic final String getSaslPassword()
CfnEndpoint.KafkaSettingsPropertygetSaslPassword in interface CfnEndpoint.KafkaSettingsPropertypublic final String getSaslUserName()
CfnEndpoint.KafkaSettingsPropertygetSaslUserName in interface CfnEndpoint.KafkaSettingsPropertypublic final String getSecurityProtocol()
CfnEndpoint.KafkaSettingsProperty
Options include ssl-encryption , ssl-authentication , and sasl-ssl . sasl-ssl requires SaslUsername and SaslPassword .
getSecurityProtocol in interface CfnEndpoint.KafkaSettingsPropertypublic final String getSslCaCertificateArn()
CfnEndpoint.KafkaSettingsPropertygetSslCaCertificateArn in interface CfnEndpoint.KafkaSettingsPropertypublic final String getSslClientCertificateArn()
CfnEndpoint.KafkaSettingsPropertygetSslClientCertificateArn in interface CfnEndpoint.KafkaSettingsPropertypublic final String getSslClientKeyArn()
CfnEndpoint.KafkaSettingsPropertygetSslClientKeyArn in interface CfnEndpoint.KafkaSettingsPropertypublic final String getSslClientKeyPassword()
CfnEndpoint.KafkaSettingsPropertygetSslClientKeyPassword in interface CfnEndpoint.KafkaSettingsPropertypublic final String getTopic()
CfnEndpoint.KafkaSettingsProperty
If you don't specify a topic, AWS DMS specifies "kafka-default-topic" as the migration topic.
getTopic in interface CfnEndpoint.KafkaSettingsProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.