Interface EKS2Constants
public interface EKS2Constants
Constants used in Camel AWS EKS module SDK v2
-
Field Details
-
OPERATION
@Metadata(description="The operation we want to perform", javaType="String") static final String OPERATION- See Also:
-
MAX_RESULTS
@Metadata(description="The limit number of results while listing clusters", javaType="Integer") static final String MAX_RESULTS- See Also:
-
DESCRIPTION
@Metadata(description="A key description to use while performing a createKey operation", javaType="String") static final String DESCRIPTION- See Also:
-
CLUSTER_NAME
- See Also:
-
ROLE_ARN
@Metadata(description="The role ARN to use while creating the cluster", javaType="String") static final String ROLE_ARN- See Also:
-
VPC_CONFIG
@Metadata(description="The VPC config for the creations of an EKS cluster", javaType="software.amazon.awssdk.services.eks.model.VpcConfigRequest") static final String VPC_CONFIG- See Also:
-