Skip to main content

user_tags

Expands all tag keys and values for users in a region

Overview

Nameuser_tags
TypeResource
DescriptionDefinition of AWS::Transfer::User Resource Type
Idaws.transfer.user_tags

Fields

NameDatatypeDescription
arnstring
home_directorystring
home_directory_mappingsarray
home_directory_typestring
policystring
posix_profileobject
rolestring
server_idstring
ssh_public_keysarrayThis represents the SSH User Public Keys for CloudFormation resource
user_namestring
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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