aws.license_manager.get_license_conversion_task
Example SQL Queries
SELECT * FROMaws.license_manager.get_license_conversion_taskWHERE"license_conversion_task_id" = 'VALUE';Description
Gets information about the specified license type conversion task.
Table Definition
| Column Name | Column Data Type |
|---|---|
| license_conversion_task_id Required Input Column ID of the license type conversion task. | 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 |
| destination_license_context Information about the license type converted to. | STRUCT( |
Show child fields
| |
| end_time Time at which the license type conversion task was completed. | TIMESTAMP_S |
| license_conversion_time Amount of time to complete the license type conversion. | TIMESTAMP_S |
| resource_arn Amazon Resource Names (ARN) of the resources the license conversion task is associated with. | VARCHAR |
| source_license_context Information about the license type converted from. | STRUCT( |
Show child fields
| |
| start_time Time at which the license type conversion task was started . | TIMESTAMP_S |
| status Status of the license type conversion task. | VARCHAR |
| status_message The status message for the conversion task. | VARCHAR |