Skip to content

Commit

Permalink
Merge branch 'main' into limitless
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Dec 5, 2024
2 parents b5e52a3 + 4e7f5c4 commit dffa83e
Show file tree
Hide file tree
Showing 167 changed files with 37,468 additions and 1,474 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,112 @@
},
"State": "ENABLED"
}
},
"MyWildcardRule477FB0F9": {
"Type": "AWS::Events::Rule",
"Properties": {
"EventPattern": {
"account": [
{
"wildcard": "account*"
}
]
},
"State": "ENABLED"
}
},
"MyAnythingButPrefixRule756FC7C6": {
"Type": "AWS::Events::Rule",
"Properties": {
"EventPattern": {
"account": [
{
"anything-but": {
"prefix": "prefix-"
}
}
]
},
"State": "ENABLED"
}
},
"MyAnythingButSuffixRuleB1E496DF": {
"Type": "AWS::Events::Rule",
"Properties": {
"EventPattern": {
"account": [
{
"anything-but": {
"suffix": "-suffix"
}
}
]
},
"State": "ENABLED"
}
},
"MyAnythingButWildcardRuleEED7F44B": {
"Type": "AWS::Events::Rule",
"Properties": {
"EventPattern": {
"account": [
{
"anything-but": {
"wildcard": "account*"
}
}
]
},
"State": "ENABLED"
}
},
"MyAnythingButEqualsIgnoreCaseEBE7F91F": {
"Type": "AWS::Events::Rule",
"Properties": {
"EventPattern": {
"account": [
{
"anything-but": {
"equals-ignore-case": [
"account1",
"account2"
]
}
}
]
},
"State": "ENABLED"
}
},
"MyPrefixEqualsIgnoreCaseC9726B40": {
"Type": "AWS::Events::Rule",
"Properties": {
"EventPattern": {
"account": [
{
"prefix": {
"equals-ignore-case": "prefix-"
}
}
]
},
"State": "ENABLED"
}
},
"MySuffixEqualsIgnoreCaseBE2DDE03": {
"Type": "AWS::Events::Rule",
"Properties": {
"EventPattern": {
"account": [
{
"suffix": {
"equals-ignore-case": "-suffix"
}
}
]
},
"State": "ENABLED"
}
}
},
"Parameters": {
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit dffa83e

Please sign in to comment.