Class EnvironmentConstants
- java.lang.Object
-
- com.amazonaws.athena.connector.lambda.connection.EnvironmentConstants
-
public final class EnvironmentConstants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
CLUSTER_RES_ID
static int
CONNECT_TIMEOUT
static String
CUSTOM_AUTH_TYPE
static String
DATABASE
static String
DEFAULT
static String
DEFAULT_DOCDB
static String
DEFAULT_GLUE_CONNECTION
static String
DEFAULT_HBASE
static String
ENFORCE_SSL
static String
GLUE_CERTIFICATES_S3_REFERENCE
static String
GRAPH_TYPE
static String
HBASE_PORT
static String
HIVE_CONFS
static String
HIVE_VARS
static String
HOST
static String
JDBC_PARAMS
static String
KMS_KEY_ID
static String
PORT
static String
PROJECT_ID
static String
SCHEMA
static String
SECRET_NAME
static String
SESSION_CONFS
static String
SPILL_KMS_KEY_ID
static String
WAREHOUSE
static String
ZOOKEEPER_PORT
-
-
-
Field Detail
-
CONNECT_TIMEOUT
public static final int CONNECT_TIMEOUT
- See Also:
- Constant Field Values
-
DEFAULT_GLUE_CONNECTION
public static final String DEFAULT_GLUE_CONNECTION
- See Also:
- Constant Field Values
-
SECRET_NAME
public static final String SECRET_NAME
- See Also:
- Constant Field Values
-
SPILL_KMS_KEY_ID
public static final String SPILL_KMS_KEY_ID
- See Also:
- Constant Field Values
-
KMS_KEY_ID
public static final String KMS_KEY_ID
- See Also:
- Constant Field Values
-
DEFAULT
public static final String DEFAULT
- See Also:
- Constant Field Values
-
DEFAULT_DOCDB
public static final String DEFAULT_DOCDB
- See Also:
- Constant Field Values
-
DEFAULT_HBASE
public static final String DEFAULT_HBASE
- See Also:
- Constant Field Values
-
HOST
public static final String HOST
- See Also:
- Constant Field Values
-
PORT
public static final String PORT
- See Also:
- Constant Field Values
-
JDBC_PARAMS
public static final String JDBC_PARAMS
- See Also:
- Constant Field Values
-
DATABASE
public static final String DATABASE
- See Also:
- Constant Field Values
-
SESSION_CONFS
public static final String SESSION_CONFS
- See Also:
- Constant Field Values
-
HIVE_CONFS
public static final String HIVE_CONFS
- See Also:
- Constant Field Values
-
HIVE_VARS
public static final String HIVE_VARS
- See Also:
- Constant Field Values
-
WAREHOUSE
public static final String WAREHOUSE
- See Also:
- Constant Field Values
-
SCHEMA
public static final String SCHEMA
- See Also:
- Constant Field Values
-
PROJECT_ID
public static final String PROJECT_ID
- See Also:
- Constant Field Values
-
CLUSTER_RES_ID
public static final String CLUSTER_RES_ID
- See Also:
- Constant Field Values
-
GRAPH_TYPE
public static final String GRAPH_TYPE
- See Also:
- Constant Field Values
-
HBASE_PORT
public static final String HBASE_PORT
- See Also:
- Constant Field Values
-
ZOOKEEPER_PORT
public static final String ZOOKEEPER_PORT
- See Also:
- Constant Field Values
-
CUSTOM_AUTH_TYPE
public static final String CUSTOM_AUTH_TYPE
- See Also:
- Constant Field Values
-
GLUE_CERTIFICATES_S3_REFERENCE
public static final String GLUE_CERTIFICATES_S3_REFERENCE
- See Also:
- Constant Field Values
-
ENFORCE_SSL
public static final String ENFORCE_SSL
- See Also:
- Constant Field Values
-
-