Class CfnEndpoint.KafkaSettingsProperty.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.dms.CfnEndpoint.KafkaSettingsProperty.Jsii$Proxy
All Implemented Interfaces:
CfnEndpoint.KafkaSettingsProperty, software.amazon.jsii.JsiiSerializable
Enclosing interface:
CfnEndpoint.KafkaSettingsProperty

@Stability(Stable) @Internal public static final class CfnEndpoint.KafkaSettingsProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnEndpoint.KafkaSettingsProperty
An implementation for CfnEndpoint.KafkaSettingsProperty
  • Nested Class Summary

    Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject

    software.amazon.jsii.JsiiObject.InitializationMode

    Nested classes/interfaces inherited from interface software.amazon.awscdk.services.dms.CfnEndpoint.KafkaSettingsProperty

    CfnEndpoint.KafkaSettingsProperty.Builder, CfnEndpoint.KafkaSettingsProperty.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the CfnEndpoint.KafkaSettingsProperty.Builder.
    protected
    Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
    Constructor that initializes the object based on values retrieved from the JsiiObject.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
     
    final boolean
     
    final String
    A comma-separated list of one or more broker locations in your Kafka cluster that host your Kafka instance.
    final Object
    Shows detailed control information for table definition, column definition, and table and column changes in the Kafka message output.
    final Object
    Include NULL and empty columns for records migrated to the endpoint.
    final Object
    Shows the partition value within the Kafka message output unless the partition type is schema-table-type .
    final Object
    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 .
    final Object
    Provides detailed transaction information from the source database.
    final String
    The output format for the records created on the endpoint.
    final Number
    The maximum size in bytes for records created on the endpoint The default is 1,000,000.
    final Object
    Set this optional parameter to true to avoid adding a '0x' prefix to raw data in hexadecimal format.
    final Object
    Prefixes schema and table names to partition values, when the partition type is primary-key-type .
    final String
    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.
    final String
    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.
    final String
    Set secure connection to a Kafka target endpoint using Transport Layer Security (TLS).
    final String
    The Amazon Resource Name (ARN) for the private certificate authority (CA) cert that AWS DMS uses to securely connect to your Kafka target endpoint.
    final String
    The Amazon Resource Name (ARN) of the client certificate used to securely connect to a Kafka target endpoint.
    final String
    The Amazon Resource Name (ARN) for the client private key used to securely connect to a Kafka target endpoint.
    final String
    The password for the client private key used to securely connect to a Kafka target endpoint.
    final String
    The topic to which you migrate the data.
    final int
     

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait