aws.route53domains.get_operation_detail
Example SQL Queries
SELECT * FROMaws.route53domains.get_operation_detailWHERE"operation_id" = 'VALUE';Description
This operation returns the current status of an operation that is not completed.
Table Definition
| Column Name | Column Data Type |
|---|---|
| operation_id Required Input Column The identifier for the operation. | 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
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| domain_name The name of a domain. | VARCHAR |
| last_updated_date The date when the operation was last updated. | TIMESTAMP_S |
| message Detailed information on the status including possible errors. | VARCHAR |
| status The current status of the requested operation in the system. | VARCHAR |
| status_flag Lists any outstanding operations that require customer action. Valid values are:
| VARCHAR |
| submitted_date The date when the request was submitted. | TIMESTAMP_S |
| type The type of operation that was requested. | VARCHAR |