Using Console
Using CLI
Using Python
list_graphql_apis
method to get a list of all AppSync APIs. Then, for each API, you can check the xrayEnabled
attribute in the logConfig
field to see if Encryption At Rest is enabled.
list_graphql_apis
method returns a maximum of 25 APIs at a time. If you have more than 25 APIs, you need to handle pagination by using the nextToken
parameter.