aws.medialive.list_input_device_transfers
Example SQL Queries
SELECT * FROMaws.medialive.list_input_device_transfersWHERE"transfer_type" = 'VALUE';Description
List input devices that are currently being transferred. List input devices that you are transferring from your AWS account or input devices that another AWS account is transferring to you.
Table Definition
| Column Name | Column Data Type |
|---|---|
| transfer_type Required Input Column The type (direction) of the input device transfer. | 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 |
| id The unique ID of the input device. | VARCHAR |
| message The optional message that the sender has attached to the transfer. | VARCHAR |
| target_customer_id The AWS account ID for the recipient of the input device transfer. | VARCHAR |