Skip to main content

users_list_only

Lists users in a region or regions, for all properties use users

Overview

Nameusers_list_only
TypeResource
DescriptionDefinition of AWS::Transfer::User Resource Type
Idaws.transfer.users_list_only

Fields

NameDatatypeDescription
arnstring
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all users in a region.

SELECT
region,
arn
FROM aws.transfer.users_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the users_list_only resource, see users