Interface MSK2Constants


public interface MSK2Constants
Constants used in Camel AWS MSK module SDK v2
  • Field Details

    • OPERATION

      @Metadata(description="The operation we want to perform", javaType="String") static final String OPERATION
      See Also:
    • CLUSTERS_FILTER

      @Metadata(description="The cluster name filter for list operation", javaType="String") static final String CLUSTERS_FILTER
      See Also:
    • CLUSTER_NAME

      @Metadata(description="The cluster name for list and create operation", javaType="String") static final String CLUSTER_NAME
      See Also:
    • CLUSTER_ARN

      @Metadata(description="The cluster arn for delete operation", javaType="String") static final String CLUSTER_ARN
      See Also:
    • CLUSTER_KAFKA_VERSION

      @Metadata(description="The Kafka for the cluster during create operation", javaType="String") static final String CLUSTER_KAFKA_VERSION
      See Also:
    • BROKER_NODES_NUMBER

      @Metadata(description="The number of nodes for the cluster during create operation", javaType="Integer") static final String BROKER_NODES_NUMBER
      See Also:
    • BROKER_NODES_GROUP_INFO

      @Metadata(description="The Broker nodes group info to provide during the create operation", javaType="software.amazon.awssdk.services.kafka.model.BrokerNodeGroupInfo") static final String BROKER_NODES_GROUP_INFO
      See Also: