aws.route53.get_change
Example SQL Queries
SELECT * FROMaws.route53.get_changeWHERE"id" = 'VALUE';Description
Returns the current status of a change batch request. The status is one of the following values:
PENDING indicates that the changes in this request have not propagated to all Amazon Route 53 DNS servers managing the hosted zone. This is the initial status of all change batch requests.
INSYNC indicates that the changes have propagated to all Route 53 DNS servers managing the hosted zone.
Table Definition
| Column Name | Column Data Type |
|---|---|
| id Required Input Column The ID of the change batch request. The value that you specify here is the value that ChangeResourceRecordSets returned in the Id element when you submitted the request. | 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
| |
| change_info A complex type that contains information about the specified change batch. | STRUCT( |
Show child fields
| |