aws.route53profiles.list_profile_resource_associations
Example SQL Queries
SELECT * FROMaws.route53profiles.list_profile_resource_associationsWHERE"profile_id" = 'VALUE';Description
Lists all the resource associations for the specified Route 53 Profile.
Table Definition
| Column Name | Column Data Type |
|---|---|
| profile_id Required Input Column Profile ID of the Profile that the resources are associated with. | VARCHAR |
| resource_type Input Column Resource type, such as a private hosted zone, or DNS Firewall rule group. | 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 resource association was created, in Unix time format and Coordinated Universal Time (UTC). | TIMESTAMP_S |
| id ID of the Profile resource association. | VARCHAR |
| modification_time The date and time that the Profile resource association was modified, in Unix time format and Coordinated Universal Time (UTC). | TIMESTAMP_S |
| name Name of the Profile resource association. | VARCHAR |
| owner_id Amazon Web Services account ID of the Profile resource association owner. | VARCHAR |
| resource_arn The Amazon Resource Name (ARN) of the resource association. | VARCHAR |
| resource_properties If the DNS resource is a DNS Firewall rule group, this indicates the priority. | VARCHAR |
| status Status of the Profile resource association. | VARCHAR |
| status_message Additional information about the Profile resource association. | VARCHAR |