Created
February 10, 2022 14:56
-
-
Save harsh4870/4173fb255d17d0e270350b5448f8896e to your computer and use it in GitHub Desktop.
cloud custodian array or list parse
This file contains hidden or 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
filters: | |
- and: | |
- type: value | |
key: dnssecConfig.defaultKeySpecs[].algorithm | |
value: rsasha256 | |
value_type: swap | |
op: in | |
- type: value | |
key: dnssecConfig.defaultKeySpecs[].keyType | |
op: in | |
value_type: swap | |
value: zoneSigning | |
- type: value | |
key: dnssecConfig.state | |
value: on |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment