aws.iot.get_effective_policies
Example SQL Queries
SELECT * FROMaws.iot.get_effective_policies;Description
Gets a list of the policies that have an effect on the authorization behavior of the specified device when it connects to the IoT device gateway.
Requires permission to access the GetEffectivePolicies action.
Table Definition
| Column Name | Column Data Type |
|---|---|
| cognito_identity_pool_id Input Column The Cognito identity pool ID. | VARCHAR |
| principal Input Column The principal. Valid principals are CertificateArn (arn:aws:iot:region:accountId:cert/certificateId), thingGroupArn (arn:aws:iot:region:accountId:thinggroup/groupName) and CognitoId (region:id). | VARCHAR |
| thing_name Input Column The thing name. | 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 |
| effective_policies The effective policies. | STRUCT( |
Show child fields
| |