profile_tags
Expands all tag keys and values for profiles
in a region
Overview
Name | profile_tags |
Type | Resource |
Description | Definition of AWS::RolesAnywhere::Profile Resource Type |
Id | aws.rolesanywhere.profile_tags |
Fields
Name | Datatype | Description |
---|---|---|
duration_seconds | number | |
enabled | boolean | |
managed_policy_arns | array | |
name | string | |
profile_arn | string | |
profile_id | string | |
require_instance_properties | boolean | |
role_arns | array | |
session_policy | string | |
attribute_mappings | array | |
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 profiles
in a region.
SELECT
region,
duration_seconds,
enabled,
managed_policy_arns,
name,
profile_arn,
profile_id,
require_instance_properties,
role_arns,
session_policy,
attribute_mappings,
tag_key,
tag_value
FROM aws.rolesanywhere.profile_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the profile_tags
resource, see profiles