forked from awslabs/amazon-redshift-utils
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.ini
More file actions
24 lines (22 loc) · 914 Bytes
/
config.ini
File metadata and controls
24 lines (22 loc) · 914 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Commented example values provided. Replace with values for your system.
[redshift]
host = #your-redshift-cluster.region.redshift.amazonaws.com
port = #5439
dbname = #your-database-name
# AWS Secrets Manager secret containing Redshift credentials
secret_name = #your-secret-name
[aws]
account_id = #123456789012
region = #us-east-1
producer_catalog = #your-producer-catalog-name
# AWS CLI profile to use (optional)
config_profile = #your-aws-cli-profile
# Identity Store ID for IDC user lookups
identity_store_id = #d-1234567890
[parameters]
# Permission source: 'datashare' for datashare permissions, 'local' for local database permissions
permissions_type = #local
# Name of database on the consumer cluster created from the datashare
datashare_database_name = #your_datashare_db
# Set to true if the datashare database was created with the 'WITH PERMISSIONS' clause
datashare_object_level_permissions = #true