You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description="(Optional) The identifier of the final snapshot that is to be created immediately before deleting the cluster. If this parameter is provided, 'skip_final_snapshot' must be false."
82
+
default=false
83
+
}
84
+
79
85
variable"skip_final_snapshot" {
80
86
description="If true (default), no snapshot will be made before deleting DB"
description="Enables logging information such as queries and connection attempts, for the specified Amazon Redshift cluster."
103
+
default=false
104
+
}
105
+
106
+
variable"logging_bucket_name" {
107
+
description="(Optional, required when enable_logging is true) The name of an existing S3 bucket where the log files are to be stored. Must be in the same region as the cluster and the cluster must have read bucket and put object permissions."
108
+
default=false
109
+
}
110
+
111
+
variable"logging_s3_key_prefix" {
112
+
description="(Optional) The prefix applied to the log file names."
113
+
default=false
114
+
}
115
+
94
116
variable"wlm_json_configuration" {
95
117
default="[{\"query_concurrency\": 5}]"
96
118
}
@@ -109,3 +131,13 @@ variable "kms_key_id" {
109
131
description="(Optional) The ARN for the KMS encryption key. When specifying kms_key_id, encrypted needs to be set to true."
110
132
default=""
111
133
}
134
+
135
+
variable"enhanced_vpc_routing" {
136
+
description="(Optional) If true, enhanced VPC routing is enabled."
137
+
default=false
138
+
}
139
+
140
+
variable"allow_version_upgrade" {
141
+
description="(Optional) If true, major version upgrades can be applied during the maintenance window to the Amazon Redshift engine that is running on the cluster."
0 commit comments