File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -76,6 +76,7 @@ def __init__(
76
76
"If true, use temporary credentials "
77
77
"(https://docs.aws.amazon.com/redshift/latest/mgmt/generating-iam-credentials-cli-api.html)."
78
78
),
79
+ title = "Enable IAM Authentication" ,
79
80
),
80
81
th .Property (
81
82
"cluster_identifier" ,
@@ -107,13 +108,15 @@ def __init__(
107
108
description = (
108
109
"Database name. Note if sqlalchemy_url is set this will be ignored."
109
110
),
111
+ title = "Database Name" ,
110
112
),
111
113
th .Property (
112
114
"aws_redshift_copy_role_arn" ,
113
115
th .StringType ,
114
116
secret = True , # Flag config as protected.
115
117
required = True ,
116
118
description = "Redshift copy role arn to use for the COPY command from s3" ,
119
+ title = "AWS Redshift Copy Role ARN" ,
117
120
),
118
121
th .Property (
119
122
"s3_bucket" ,
You can’t perform that action at this time.
0 commit comments