aws.iot.list_security_profiles
Example SQL Queries
SELECT * FROMaws.iot.list_security_profiles;Description
Lists the Device Defender security profiles you've created. You can filter security profiles by dimension or custom metric.
Requires permission to access the ListSecurityProfiles action.
dimensionName and metricName cannot be used in the same request.
Table Definition
| Column Name | Column Data Type |
|---|---|
| dimension_name Input Column A filter to limit results to the security profiles that use the defined dimension. Cannot be used with metricName | VARCHAR |
| metric_name Input Column The name of the custom metric. Cannot be used with dimensionName. | 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 |
| name The name you've given to the security profile. | VARCHAR |