aws.route53profiles.list_profile_associations
Example SQL Queries
SELECT * FROMaws.route53profiles.list_profile_associations;Description
Lists all the VPCs that the specified Route 53 Profile is associated with.
Table Definition
| Column Name | Column Data Type |
|---|---|
| profile_id Input Column ID of the Profile. | VARCHAR |
| resource_id Input Column The Amazon Resource Name (ARN) of the VPC. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| creation_time The date and time that the Profile association was created, in Unix time format and Coordinated Universal Time (UTC). | TIMESTAMP_S |
| id ID of the Profile association. | VARCHAR |
| modification_time The date and time that the Profile association was modified, in Unix time format and Coordinated Universal Time (UTC). | TIMESTAMP_S |
| name Name of the Profile association. | VARCHAR |
| owner_id Amazon Web Services account ID of the Profile association owner. | VARCHAR |
| status Status of the Profile association. | VARCHAR |
| status_message Additional information about the Profile association. | VARCHAR |