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 5829588 commit 76fd24fCopy full SHA for 76fd24f
rules/models/mappings/glue.hcl
@@ -32,8 +32,8 @@ mapping "aws_glue_classifier" {
32
33
mapping "aws_glue_connection" {
34
catalog_id = any // CatalogIdString
35
- connection_properties = ConnectionProperties
36
- connection_type = ConnectionType
+ connection_properties = any // ConnectionProperties
+ connection_type = any // ConnectionType
37
description = any // DescriptionString
38
match_criteria = MatchCriteria
39
name = any // NameString
0 commit comments