| Package | Description |
|---|---|
| com.amazonaws.services.databasemigrationservice.model |
| Modifier and Type | Method and Description |
|---|---|
KafkaSettings |
KafkaSettings.clone() |
KafkaSettings |
ModifyEndpointRequest.getKafkaSettings()
Settings in JSON format for the target Apache Kafka endpoint.
|
KafkaSettings |
CreateEndpointRequest.getKafkaSettings()
Settings in JSON format for the target Apache Kafka endpoint.
|
KafkaSettings |
Endpoint.getKafkaSettings()
The settings for the Apache Kafka target endpoint.
|
KafkaSettings |
KafkaSettings.withBroker(String broker)
A comma-separated list of one or more broker locations in your Kafka cluster that host your Kafka instance.
|
KafkaSettings |
KafkaSettings.withIncludeControlDetails(Boolean includeControlDetails)
Shows detailed control information for table definition, column definition, and table and column changes in the
Kafka message output.
|
KafkaSettings |
KafkaSettings.withIncludeNullAndEmpty(Boolean includeNullAndEmpty)
Include NULL and empty columns for records migrated to the endpoint.
|
KafkaSettings |
KafkaSettings.withIncludePartitionValue(Boolean includePartitionValue)
Shows the partition value within the Kafka message output unless the partition type is
schema-table-type. |
KafkaSettings |
KafkaSettings.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. |
KafkaSettings |
KafkaSettings.withIncludeTransactionDetails(Boolean includeTransactionDetails)
Provides detailed transaction information from the source database.
|
KafkaSettings |
KafkaSettings.withMessageFormat(MessageFormatValue messageFormat)
The output format for the records created on the endpoint.
|
KafkaSettings |
KafkaSettings.withMessageFormat(String messageFormat)
The output format for the records created on the endpoint.
|
KafkaSettings |
KafkaSettings.withMessageMaxBytes(Integer messageMaxBytes)
The maximum size in bytes for records created on the endpoint The default is 1,000,000.
|
KafkaSettings |
KafkaSettings.withNoHexPrefix(Boolean noHexPrefix)
Set this optional parameter to
true to avoid adding a '0x' prefix to raw data in hexadecimal format. |
KafkaSettings |
KafkaSettings.withPartitionIncludeSchemaTable(Boolean partitionIncludeSchemaTable)
Prefixes schema and table names to partition values, when the partition type is
primary-key-type. |
KafkaSettings |
KafkaSettings.withSaslMechanism(KafkaSaslMechanism saslMechanism)
For SASL/SSL authentication, DMS supports the
SCRAM-SHA-512 mechanism by default. |
KafkaSettings |
KafkaSettings.withSaslMechanism(String saslMechanism)
For SASL/SSL authentication, DMS supports the
SCRAM-SHA-512 mechanism by default. |
KafkaSettings |
KafkaSettings.withSaslPassword(String saslPassword)
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.
|
KafkaSettings |
KafkaSettings.withSaslUsername(String saslUsername)
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.
|
KafkaSettings |
KafkaSettings.withSecurityProtocol(KafkaSecurityProtocol securityProtocol)
Set secure connection to a Kafka target endpoint using Transport Layer Security (TLS).
|
KafkaSettings |
KafkaSettings.withSecurityProtocol(String securityProtocol)
Set secure connection to a Kafka target endpoint using Transport Layer Security (TLS).
|
KafkaSettings |
KafkaSettings.withSslCaCertificateArn(String sslCaCertificateArn)
The Amazon Resource Name (ARN) for the private certificate authority (CA) cert that DMS uses to securely connect
to your Kafka target endpoint.
|
KafkaSettings |
KafkaSettings.withSslClientCertificateArn(String sslClientCertificateArn)
The Amazon Resource Name (ARN) of the client certificate used to securely connect to a Kafka target endpoint.
|
KafkaSettings |
KafkaSettings.withSslClientKeyArn(String sslClientKeyArn)
The Amazon Resource Name (ARN) for the client private key used to securely connect to a Kafka target endpoint.
|
KafkaSettings |
KafkaSettings.withSslClientKeyPassword(String sslClientKeyPassword)
The password for the client private key used to securely connect to a Kafka target endpoint.
|
KafkaSettings |
KafkaSettings.withSslEndpointIdentificationAlgorithm(KafkaSslEndpointIdentificationAlgorithm sslEndpointIdentificationAlgorithm)
Sets hostname verification for the certificate.
|
KafkaSettings |
KafkaSettings.withSslEndpointIdentificationAlgorithm(String sslEndpointIdentificationAlgorithm)
Sets hostname verification for the certificate.
|
KafkaSettings |
KafkaSettings.withTopic(String topic)
The topic to which you migrate the data.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ModifyEndpointRequest.setKafkaSettings(KafkaSettings kafkaSettings)
Settings in JSON format for the target Apache Kafka endpoint.
|
void |
CreateEndpointRequest.setKafkaSettings(KafkaSettings kafkaSettings)
Settings in JSON format for the target Apache Kafka endpoint.
|
void |
Endpoint.setKafkaSettings(KafkaSettings kafkaSettings)
The settings for the Apache Kafka target endpoint.
|
ModifyEndpointRequest |
ModifyEndpointRequest.withKafkaSettings(KafkaSettings kafkaSettings)
Settings in JSON format for the target Apache Kafka endpoint.
|
CreateEndpointRequest |
CreateEndpointRequest.withKafkaSettings(KafkaSettings kafkaSettings)
Settings in JSON format for the target Apache Kafka endpoint.
|
Endpoint |
Endpoint.withKafkaSettings(KafkaSettings kafkaSettings)
The settings for the Apache Kafka target endpoint.
|
Copyright © 2024. All rights reserved.