Skip to main content

profile_associations_list_only

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

Overview

Nameprofile_associations_list_only
TypeResource
DescriptionResource Type definition for AWS::Route53Profiles::ProfileAssociation
Idaws.route53profiles.profile_associations_list_only

Fields

NameDatatypeDescription
resource_idstringThe resource that you associated the profile with.
profile_idstringThe ID of the profile that you associated with the resource that is specified by ResourceId.
idstringPrimary Identifier for Profile Association
namestringThe name of an association between a Profile and a VPC.
tagsarrayAn array of key-value pairs to apply to this resource.
arnstringThe Amazon Resource Name (ARN) of the profile association.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all profile_associations in a region.

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

Permissions

For permissions required to operate on the profile_associations_list_only resource, see profile_associations