aws.route53profiles.get_profile_association
Example SQL Queries
SELECT * FROMaws.route53profiles.get_profile_associationWHERE"profile_association_id" = 'VALUE';Description
Retrieves a Route 53 Profile association for a VPC. A VPC can have only one Profile association, but a Profile can be associated with up to 5000 VPCs.
Table Definition
| Column Name | Column Data Type |
|---|---|
| profile_association_id Required Input Column The identifier of the association you want to get information about. | 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
| |
| profile_association Information about the Profile association that you specified in a GetProfileAssociation request. | STRUCT( |
Show child fields
| |