aws securityhub batch-import-findings \ --findings ' [{ "AwsAccountId": "123456789012", "CreatedAt": "2020-05-27T17:05:54.832Z", "Title": "Test creation and ingestion", "Description": "A test creation and ingestion of an SH finding ====> 1", "FindingProviderFields": { "Severity": { "Label": "LOW", "Original": "10" }, "Types": [ "Software and Configuration Checks/Vulnerabilities/CVE" ] }, "GeneratorId": "TestGeneratorId", "Id": "Id1", "ProductArn": "arn:aws:securityhub:eu-central-1:123456789012:product/123456789012/default", "Resources": [ { "Id": "arn:aws:cloudtrail:us-west-1:123456789012:trail/TrailName", "Partition": "aws", "Region": "eu-central-1", "Type": "AwsCloudTrailTrail" } ], "SchemaVersion": "2018-10-08", "UpdatedAt": "2022-01-17T14:00:54.832Z" }]'