Class BigQueryConstants
- java.lang.Object
-
- com.amazonaws.athena.connectors.google.bigquery.BigQueryConstants
-
public class BigQueryConstants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
BIG_QUERY_ENDPOINT
The Private Endpoint which is configured with Google BigQuery.static String
ENV_BIG_QUERY_CREDS_SM_ID
The name of the secret within Secrets Manager that contains credentials JSON that provides this Lambda access to call Google BigQuery.static String
GCP_PROJECT_ID
The Project ID within the Google Cloud Platform where the datasets and tables exist to query.static long
MAX_RESULTS
The maximum number of datasets and tables that can be returned from Google BigQuery API calls for metadata.static String
SOURCE_TYPE
The source type that is used to aid in logging diagnostic info when raising a support case.static String
TMP_SERVICE_ACCOUNT_JSON
-
-
-
Field Detail
-
SOURCE_TYPE
public static final String SOURCE_TYPE
The source type that is used to aid in logging diagnostic info when raising a support case.- See Also:
- Constant Field Values
-
MAX_RESULTS
public static final long MAX_RESULTS
The maximum number of datasets and tables that can be returned from Google BigQuery API calls for metadata.- See Also:
- Constant Field Values
-
GCP_PROJECT_ID
public static final String GCP_PROJECT_ID
The Project ID within the Google Cloud Platform where the datasets and tables exist to query.- See Also:
- Constant Field Values
-
BIG_QUERY_ENDPOINT
public static final String BIG_QUERY_ENDPOINT
The Private Endpoint which is configured with Google BigQuery.- See Also:
- Constant Field Values
-
ENV_BIG_QUERY_CREDS_SM_ID
public static final String ENV_BIG_QUERY_CREDS_SM_ID
The name of the secret within Secrets Manager that contains credentials JSON that provides this Lambda access to call Google BigQuery.- See Also:
- Constant Field Values
-
TMP_SERVICE_ACCOUNT_JSON
public static final String TMP_SERVICE_ACCOUNT_JSON
- See Also:
- Constant Field Values
-
-