@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()
Not currently supported by AWS CloudFormation .
|
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 |
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.
|
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 you created when you first set up your 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 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()
Not currently supported by AWS CloudFormation .
|
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.KafkaSettingsPropertygetBroker 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 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 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.KafkaSettingsPropertygetTopic 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.