Skip to main content

profiles_list_only

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

Overview

Nameprofiles_list_only
TypeResource
DescriptionDefinition of AWS::RolesAnywhere::Profile Resource Type
Idaws.rolesanywhere.profiles_list_only

Fields

NameDatatypeDescription
duration_secondsnumber
enabledboolean
managed_policy_arnsarray
namestring
profile_arnstring
profile_idstring
require_instance_propertiesboolean
role_arnsarray
session_policystring
tagsarray
attribute_mappingsarray
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all profiles in a region.

SELECT
region,
profile_id
FROM aws.rolesanywhere.profiles_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the profiles_list_only resource, see profiles