aws.iot.list_principal_things
Example SQL Queries
SELECT * FROMaws.iot.list_principal_thingsWHERE"principal" = 'VALUE';Description
Lists the things associated with the specified principal. A principal can be X.509 certificates, IAM users, groups, and roles, Amazon Cognito identities or federated identities.
Requires permission to access the ListPrincipalThings action.
Table Definition
| Column Name | Column Data Type |
|---|---|
| principal Required Input Column The principal. | 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 |
| things | VARCHAR |