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