-
Notifications
You must be signed in to change notification settings - Fork 594
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Expand boto auto detection to include sub properties (#3763)
* Add boto subproperty logic
- Loading branch information
Showing
295 changed files
with
6,528 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
23 changes: 23 additions & 0 deletions
23
src/cfnlint/data/schemas/patches/extensions/all/aws_acmpca_certificateauthority/boto.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
7 changes: 7 additions & 0 deletions
7
src/cfnlint/data/schemas/patches/extensions/all/aws_amplify_branch/boto.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
[ | ||
{ | ||
"op": "add", | ||
"path": "/definitions/Backend/properties/StackArn/pattern", | ||
"value": "^arn:aws:cloudformation:[a-z0-9-]+:\\d{12}:stack/.+/.+$" | ||
} | ||
] |
12 changes: 12 additions & 0 deletions
12
src/cfnlint/data/schemas/patches/extensions/all/aws_appflow_connectorprofile/boto.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
[ | ||
{ | ||
"op": "add", | ||
"path": "/definitions/ConnectorOAuthRequest/properties/AuthCode/pattern", | ||
"value": "\\S+" | ||
}, | ||
{ | ||
"op": "add", | ||
"path": "/definitions/ConnectorOAuthRequest/properties/RedirectUri/pattern", | ||
"value": "\\S+" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17 changes: 17 additions & 0 deletions
17
src/cfnlint/data/schemas/patches/extensions/all/aws_apprunner_service/boto.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
[ | ||
{ | ||
"op": "add", | ||
"path": "/definitions/CodeConfigurationValues/properties/BuildCommand/pattern", | ||
"value": "[^\\x0a\\x0d]+" | ||
}, | ||
{ | ||
"op": "add", | ||
"path": "/definitions/CodeConfigurationValues/properties/StartCommand/pattern", | ||
"value": "[^\\x0a\\x0d]+" | ||
}, | ||
{ | ||
"op": "add", | ||
"path": "/definitions/ImageConfiguration/properties/StartCommand/pattern", | ||
"value": "[^\\x0a\\x0d]+" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 16 additions & 0 deletions
16
src/cfnlint/data/schemas/patches/extensions/all/aws_appstream_directoryconfig/boto.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
[ | ||
{ | ||
"op": "add", | ||
"path": "/definitions/CertificateBasedAuthProperties/properties/Status/enum", | ||
"value": [ | ||
"DISABLED", | ||
"ENABLED", | ||
"ENABLED_NO_DIRECTORY_LOGIN_FALLBACK" | ||
] | ||
}, | ||
{ | ||
"op": "add", | ||
"path": "/definitions/CertificateBasedAuthProperties/properties/CertificateAuthorityArn/pattern", | ||
"value": "^arn:aws(?:\\-cn|\\-iso\\-b|\\-iso|\\-us\\-gov)?:[A-Za-z0-9][A-Za-z0-9_/.-]{0,62}:[A-Za-z0-9_/.-]{0,63}:[A-Za-z0-9_/.-]{0,63}:[A-Za-z0-9][A-Za-z0-9:_/+=,@.\\\\-]{0,1023}$" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 7 additions & 0 deletions
7
src/cfnlint/data/schemas/patches/extensions/all/aws_autoscaling_autoscalinggroup/boto.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
[ | ||
{ | ||
"op": "add", | ||
"path": "/definitions/LaunchTemplateSpecification/properties/LaunchTemplateName/pattern", | ||
"value": "[a-zA-Z0-9\\(\\)\\.\\-/_]+" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.