Skip to main content

profiles_list_only

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

Overview

Nameprofiles_list_only
TypeResource
DescriptionResource Type definition for AWS::Route53Profiles::Profile
Idaws.route53profiles.profiles_list_only

Fields

NameDatatypeDescription
namestringThe name of the profile.
client_tokenstringThe id of the creator request
tagsarrayAn array of key-value pairs to apply to this resource.
arnstringThe Amazon Resource Name (ARN) of the resolver profile.
idstringThe ID of the profile.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all profiles in a region.

SELECT
region,
id
FROM aws.route53profiles.profiles_list_only
WHERE region = 'us-east-1';

Permissions

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