user_tags
Expands all tag keys and values for users
in a region
Overview
Name | user_tags |
Type | Resource |
Description | Definition of AWS::Transfer::User Resource Type |
Id | aws.transfer.user_tags |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | |
home_directory | string | |
home_directory_mappings | array | |
home_directory_type | string | |
policy | string | |
posix_profile | object | |
role | string | |
server_id | string | |
ssh_public_keys | array | This represents the SSH User Public Keys for CloudFormation resource |
user_name | string | |
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 users
in a region.
SELECT
region,
arn,
home_directory,
home_directory_mappings,
home_directory_type,
policy,
posix_profile,
role,
server_id,
ssh_public_keys,
user_name,
tag_key,
tag_value
FROM aws.transfer.user_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the user_tags
resource, see users