We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91b6f49 commit 78d5239Copy full SHA for 78d5239
cloudformation/databases.yaml
@@ -358,6 +358,20 @@ Resources:
358
PASSWORD:
359
Ref: DatabasesPassword
360
Name: aws-data-wrangler-mysql
361
+ GlueCatalogSettings:
362
+ Type: AWS::Glue::DataCatalogEncryptionSettings
363
+ Properties:
364
+ CatalogId:
365
+ Ref: AWS::AccountId
366
+ DataCatalogEncryptionSettings:
367
+ ConnectionPasswordEncryption:
368
+ KmsKeyId:
369
+ Fn::ImportValue: aws-data-wrangler-base-KmsKeyArn
370
+ ReturnConnectionPasswordEncrypted: true
371
+ EncryptionAtRest:
372
+ CatalogEncryptionMode: SSE-KMS
373
+ SseAwsKmsKeyId:
374
375
Outputs:
376
DatabasesPassword:
377
Value:
0 commit comments