AwsSqs resources in ASFF
The following are examples of the Amazon Security Finding Format (ASFF) syntax for AwsSqs
resources.
Amazon Security Hub normalizes findings from various sources into ASFF. For background information about ASFF, see Amazon Security Finding Format (ASFF).
AwsSqsQueue
The AwsSqsQueue
object contains information about an Amazon Simple Queue Service
queue.
The following example shows the Amazon Security Finding Format (ASFF) for the
AwsSqsQueue
object. To view descriptions of AwsSqsQueue
attributes, see AwsSqsQueueDetails in the Amazon Security Hub API Reference.
Example
"AwsSqsQueue": { "DeadLetterTargetArn": "arn:aws-cn:sqs:us-west-2:123456789012:queue/target", "KmsDataKeyReusePeriodSeconds": 60,, "KmsMasterKeyId": "1234abcd-12ab-34cd-56ef-1234567890ab", "QueueName": "sample-queue" }