Interface MSK2Constants
-
public interface MSK2ConstantsConstants used in Camel AWS MSK module SDK v2
-
-
Field Summary
Fields Modifier and Type Field Description static StringBROKER_NODES_GROUP_INFOstatic StringBROKER_NODES_NUMBERstatic StringCLUSTER_ARNstatic StringCLUSTER_KAFKA_VERSIONstatic StringCLUSTER_NAMEstatic StringCLUSTERS_FILTERstatic StringOPERATION
-
-
-
Field Detail
-
OPERATION
@Metadata(description="The operation we want to perform", javaType="String") static final String OPERATION- See Also:
- Constant Field Values
-
CLUSTERS_FILTER
@Metadata(description="The cluster name filter for list operation", javaType="String") static final String CLUSTERS_FILTER- See Also:
- Constant Field Values
-
CLUSTER_NAME
@Metadata(description="The cluster name for list and create operation", javaType="String") static final String CLUSTER_NAME- See Also:
- Constant Field Values
-
CLUSTER_ARN
@Metadata(description="The cluster arn for delete operation", javaType="String") static final String CLUSTER_ARN- See Also:
- Constant Field Values
-
CLUSTER_KAFKA_VERSION
@Metadata(description="The Kafka for the cluster during create operation", javaType="String") static final String CLUSTER_KAFKA_VERSION- See Also:
- Constant Field Values
-
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:
- Constant Field Values
-
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:
- Constant Field Values
-
-