Interface MSKConstants
-
public interface MSKConstants
Constants used in Camel AWS MSK module
-
-
Field Summary
Fields Modifier and Type Field Description static String
BROKER_NODES_GROUP_INFO
static String
BROKER_NODES_NUMBER
static String
CLUSTER_ARN
static String
CLUSTER_KAFKA_VERSION
static String
CLUSTER_NAME
static String
CLUSTERS_FILTER
static String
OPERATION
-
-
-
Field Detail
-
OPERATION
static final String OPERATION
- See Also:
- Constant Field Values
-
CLUSTERS_FILTER
static final String CLUSTERS_FILTER
- See Also:
- Constant Field Values
-
CLUSTER_NAME
static final String CLUSTER_NAME
- See Also:
- Constant Field Values
-
CLUSTER_ARN
static final String CLUSTER_ARN
- See Also:
- Constant Field Values
-
CLUSTER_KAFKA_VERSION
static final String CLUSTER_KAFKA_VERSION
- See Also:
- Constant Field Values
-
BROKER_NODES_NUMBER
static final String BROKER_NODES_NUMBER
- See Also:
- Constant Field Values
-
BROKER_NODES_GROUP_INFO
static final String BROKER_NODES_GROUP_INFO
- See Also:
- Constant Field Values
-
-