aws.route53profiles.get_profile
Example SQL Queries
SELECT * FROMaws.route53profiles.get_profileWHERE"profile_id" = 'VALUE';Description
Returns information about a specified Route 53 Profile, such as whether whether the Profile is shared, and the current status of the Profile.
Table Definition
| Column Name | Column Data Type |
|---|---|
| profile_id Required Input Column ID of the Profile. | 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 Information about the Profile, including the status of the Profile. | STRUCT( |
Show child fields
| |