aws.iot.list_related_resources_for_audit_finding
Example SQL Queries
SELECT * FROMaws.iot.list_related_resources_for_audit_findingWHERE"finding_id" = 'VALUE';Description
The related resources of an Audit finding. The following resources can be returned from calling this API:
DEVICE_CERTIFICATE
CA_CERTIFICATE
IOT_POLICY
COGNITO_IDENTITY_POOL
CLIENT_ID
ACCOUNT_SETTINGS
ROLE_ALIAS
IAM_ROLE
ISSUER_CERTIFICATE
This API is similar to DescribeAuditFinding's RelatedResources but provides pagination and is not limited to 10 resources. When calling DescribeAuditFinding for the intermediate CA revoked for active device certificates check, RelatedResources will not be populated. You must use this API, ListRelatedResourcesForAuditFinding, to list the certificates.
Table Definition
| Column Name | Column Data Type |
|---|---|
| finding_id Required Input Column The finding Id. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| additional_info Other information about the resource. | MAP(VARCHAR, VARCHAR) |
| resource_identifier Information that identifies the resource. | STRUCT( |
Show child fields
| |
| resource_type The type of resource. | VARCHAR |