Interface ECS2Constants
-
public interface ECS2ConstantsConstants used in Camel AWS2 ECS module
-
-
Field Summary
Fields Modifier and Type Field Description static StringCLUSTER_NAMEstatic StringMAX_RESULTSstatic StringOPERATION
-
-
-
Field Detail
-
OPERATION
@Metadata(description="The operation we want to perform", javaType="String") static final String OPERATION- See Also:
- Constant Field Values
-
MAX_RESULTS
@Metadata(description="The limit number of results while listing clusters", javaType="Integer") static final String MAX_RESULTS- See Also:
- Constant Field Values
-
CLUSTER_NAME
@Metadata(description="The cluster name", javaType="String") static final String CLUSTER_NAME- See Also:
- Constant Field Values
-
-