aws.iot.list_security_profiles_for_target
Example SQL Queries
SELECT * FROMaws.iot.list_security_profiles_for_targetWHERE"security_profile_target_arn" = 'VALUE';Description
Lists the Device Defender security profiles attached to a target (thing group).
Requires permission to access the ListSecurityProfilesForTarget action.
Table Definition
| Column Name | Column Data Type |
|---|---|
| security_profile_target_arn Required Input Column The ARN of the target (thing group) whose attached security profiles you want to get. | VARCHAR |
| recursive Input Column If true, return child groups too. | BOOLEAN |
| _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 |
| security_profile_identifier Information that identifies the security profile. | STRUCT( |
Show child fields
| |
| target Information about the target (thing group) associated with the security profile. | STRUCT( |
Show child fields
| |