AwsAppSync resources in ASFF
The following are examples of the Amazon Security Finding Format (ASFF) syntax for AwsAppSync
resources.
Amazon Security Hub normalizes findings from various sources into ASFF. For background information about ASFF, see Amazon Security Finding Format (ASFF).
AwsAppSyncGraphQLApi
AwsAppSyncGraphQLApi
provides information about an Amazon AppSync GraphQL API, which is a top-level construct for your
application.
The following example shows the ASFF for the AwsAppSyncGraphQLApi
object. To view
descriptions of AwsAppSyncGraphQLApi
attributes, see
AwsAppSyncGraphQLApi
in the Amazon Security Hub API Reference.
Example
"AwsAppSyncGraphQLApi": { "AdditionalAuthenticationProviders": [ { "AuthenticationType": "Amazon_LAMBDA", "LambdaAuthorizerConfig": { "AuthorizerResultTtlInSeconds": 300, "AuthorizerUri": "arn:aws:lambda:us-east-1:123456789012:function:mylambdafunc" } }, { "AuthenticationType": "Amazon_IAM" } ], "ApiId": "021345abcdef6789", "Arn": "arn:aws-cn:appsync:eu-central-1:123456789012:apis/021345abcdef6789", "AuthenticationType": "API_KEY", "Id": "021345abcdef6789", "LogConfig": { "CloudWatchLogsRoleArn": "arn:aws-cn:iam::123456789012:role/service-role/appsync-graphqlapi-logs-eu-central-1", "ExcludeVerboseContent": true, "FieldLogLevel": "ALL" }, "Name": "My AppSync App", "XrayEnabled": true, }