access_policies_list_only
Lists access_policies
in a region or regions, for all properties use access_policies
Overview
Name | access_policies_list_only |
Type | Resource |
Description | Resource schema for AWS::IoTSiteWise::AccessPolicy |
Id | aws.iotsitewise.access_policies_list_only |
Fields
Name | Datatype | Description |
---|---|---|
access_policy_id | string | The ID of the access policy. |
access_policy_arn | string | The ARN of the access policy. |
access_policy_identity | object | The identity for this access policy. Choose either a user or a group but not both. |
access_policy_permission | string | The permission level for this access policy. Valid values are ADMINISTRATOR or VIEWER. |
access_policy_resource | object | The AWS IoT SiteWise Monitor resource for this access policy. Choose either portal or project but not both. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all access_policies
in a region.
SELECT
region,
access_policy_id
FROM aws.iotsitewise.access_policies_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the access_policies_list_only
resource, see access_policies