permission_set_tags
Expands all tag keys and values for permission_sets
in a region
Overview
Name | permission_set_tags |
Type | Resource |
Description | Resource Type definition for SSO PermissionSet |
Id | aws.sso.permission_set_tags |
Fields
Name | Datatype | Description |
---|---|---|
name | string | The name you want to assign to this permission set. |
permission_set_arn | string | The permission set that the policy will be attached to |
description | string | The permission set description. |
instance_arn | string | The sso instance arn that the permission set is owned. |
session_duration | string | The length of time that a user can be signed in to an AWS account. |
relay_state_type | string | The relay state URL that redirect links to any service in the AWS Management Console. |
managed_policies | array | |
inline_policy | object | The inline policy to put in permission set. |
customer_managed_policy_references | array | |
permissions_boundary | object | |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Expands tags for all permission_sets
in a region.
SELECT
region,
name,
permission_set_arn,
description,
instance_arn,
session_duration,
relay_state_type,
managed_policies,
inline_policy,
customer_managed_policy_references,
permissions_boundary,
tag_key,
tag_value
FROM aws.sso.permission_set_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the permission_set_tags
resource, see permission_sets