Class RedshiftConstants
- java.lang.Object
-
- com.amazonaws.athena.connectors.redshift.RedshiftConstants
-
public class RedshiftConstants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
REDSHIFT_DEFAULT_PORT
static String
REDSHIFT_DRIVER_CLASS
static String
REDSHIFT_NAME
-
-
-
Field Detail
-
REDSHIFT_NAME
public static final String REDSHIFT_NAME
- See Also:
- Constant Field Values
-
REDSHIFT_DRIVER_CLASS
public static final String REDSHIFT_DRIVER_CLASS
- See Also:
- Constant Field Values
-
REDSHIFT_DEFAULT_PORT
public static final int REDSHIFT_DEFAULT_PORT
- See Also:
- Constant Field Values
-
-