aws.iot.list_targets_for_security_profile
Example SQL Queries
SELECT * FROMaws.iot.list_targets_for_security_profileWHERE"security_profile_name" = 'VALUE';Description
Lists the targets (thing groups) associated with a given Device Defender security profile.
Requires permission to access the ListTargetsForSecurityProfile action.
Table Definition
| Column Name | Column Data Type |
|---|---|
| security_profile_name Required Input Column The security profile. | 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 |
| arn The ARN of the security profile. | VARCHAR |