Skip to content

Commit

Permalink
Merge branch 'main' into cognito-userpool-feature-plans
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Dec 5, 2024
2 parents 2713cb7 + f4c19c7 commit 0be6672
Show file tree
Hide file tree
Showing 182 changed files with 40,341 additions and 1,484 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 0be6672

Please sign in to comment.