Data Engineering Integration
- Data Engineering Integration 10.5.4
- All Products
Property
| Description
|
---|---|
Name
| The name of the connection. The name is not case sensitive and must be unique within the domain. You can change this property after you create the connection. The name cannot exceed 128 characters, contain spaces, or contain the following special characters:~ ` ! $ % ^ & * ( ) - + = { [ } ] | \ : ; " ' < , > . ? /
|
ID
| String that the Data Integration Service uses to identify the connection. The ID is not case sensitive. It must be 255 characters or less and must be unique in the domain. You cannot change this property after you create the connection. Default value is the connection name.
|
Description
| The description of the connection. The description cannot exceed 4,000 characters.
|
Location
| The domain where you want to create the connection.
|
Type
| The connection type. Select Amazon Redshift in the Database.
|
Property
| Description
|
---|---|
Authentication Type
| The authentication method to log in to Amazon Redshift. You can select one of the following authentication methods:
|
Username
| User name of the Amazon Redshift account.
|
Password
| Password for the Amazon Redshift account.
|
Access Key ID
| Amazon S3 bucket access key ID to stage data in the S3 bucket using unload and copy commands.
|
Secret Access Key
| Amazon S3 bucket secret access key ID to stage the data in the S3 bucket.
|
Master Symmetric Key
| Optional. Provide a 256-bit AES encryption key in the Base64 format when you enable client-side encryption. You can generate a key using a third-party tool.
If you specify a value, ensure that you specify the encryption type as client-side encryption in the advanced target properties.
|
JDBC URL
| Amazon Redshift connection URL.
|
Cluster Region
| Optional. The AWS cluster region in which the bucket you want to access resides.
Select a cluster region if you choose to provide a custom JDBC URL that does not contain a cluster region name in the
JDBC URL connection property.
If you specify a cluster region in both
Cluster Region and
JDBC URL connection properties, the Data Integration Service ignores the cluster region that you specify in the
JDBC URL connection property.
To use the cluster region name that you specify in the
JDBC URL connection property, select
None as the cluster region in this property.
Select one of the following cluster regions:
Default is None.
|
Customer Master Key ID
| Optional. Specify the customer master key ID generated by AWS Key Management Service (AWS KMS) or the Amazon Resource Name (ARN) of your custom key for cross-account access. You must generate the customer master key corresponding to the region where Amazon S3 bucket resides. You can specify any of the following values:
|
IAM Assume Role ARN
| The Amazon Resource Number (ARN) of the IAM role assumed by the user to use the dynamically generated temporary security credentials.
Set the value of this property if you want to use the temporary security credentials to access Amazon Redshift.
For more information about how to get the ARN of the IAM role, see the AWS documentation.
|
Cluster Identifier
| The unique identifier of the cluster that hosts Amazon Redshift for which you are requesting the security credentials.
Specify the cluster name.
|
Database Name
| Name of the Amazon Redshift database.
|
Auto Create DBUser
| Select to create a new Amazon Redshift database user at run time.
Default is disabled.
Use this option to create a new Amazon Redshift database user. If you create a new user directly using the AWS command line, the user is not created in Amazon Redshift.
|
Database Group
| Name of the database group.
Specify the database user and group details after you log in to the Amazon Redshift database.
If you do not specify a group, the user is added to a public group.
|
Expiration Time
| The time duration that the password for the Amazon Redshift database user expires.
Specify a value between 900 seconds and 3600 seconds.
Default is 900.
|
Use EC2 Role to Assume Role
| Select to enable the EC2 role to assume another IAM role specified in the IAM AssumeRole ARN option.
|
IAM User Access Key
| The access key of the IAM user that has permissions to assume the IAM AssumeRole ARN.
|
IAM User Secret Access Key
| The secret access key of the IAM user that has permissions to assume the IAM Assume Role ARN.
|