public class RedshiftJDBCSettings extends Object
| Modifier and Type | Field and Description |
|---|---|
AuthMech |
m_authMech
The Authentication Mechanism to use.
|
Boolean |
m_autocreate
Indicates whether the user should be created if not exists.
|
String |
m_awsRegion
The AWS region where the cluster specified by m_clusterIdentifier is located.
|
String |
m_clusterIdentifier
The name of the Redshift Cluster to use.
|
String |
m_credentialsProvider
The fully qualified class path to a class that implements AWSCredentialsProvider.
|
List<String> |
m_dbGroups
A list of database group names to join.
|
String |
m_dbUser
The database user name for IAM authentication.
|
String |
m_endpoint
The AWS endpoint url for Redshift.
|
String |
m_externalId
A external id string for AssumeRole request.
|
Boolean |
m_forceLowercase
Forces the database group names to be lower case.
|
String |
m_host
The host to connect to.
|
String |
m_iamAccessKeyID
The IAM access key id for the IAM user or role.
|
boolean |
m_iamAuth
Indicates whether use IAM authentication.
|
int |
m_iamDuration
The time in seconds until the temporary IAM credentials expire.
|
String |
m_iamSecretKey
The IAM secret key for the IAM user or role.
|
String |
m_iamSessionToken
The IAM security token for an IAM user or role.
|
String |
m_password
The password.
|
Map<String,String> |
m_pluginArgs
The plugin arguments.
|
int |
m_port
The port to connect to.
|
String |
m_profile
The AWS profile name for credentials.
|
String |
m_Schema
The setting for the default used schema.
|
String |
m_stsEndpoint
The AWS endpoint url for STS.
|
String |
m_username
The user name.
|
| Constructor and Description |
|---|
RedshiftJDBCSettings() |
public String m_host
public int m_port
public AuthMech m_authMech
public String m_username
public String m_password
public String m_Schema
public boolean m_iamAuth
public String m_iamAccessKeyID
public String m_iamSecretKey
public String m_iamSessionToken
public String m_profile
public String m_externalId
public String m_clusterIdentifier
public int m_iamDuration
public Boolean m_autocreate
public String m_dbUser
public Boolean m_forceLowercase
public String m_endpoint
public String m_stsEndpoint
public String m_awsRegion
public String m_credentialsProvider
Copyright © 2021 Amazon.com Inc.. All rights reserved.