aws.braket.search_devices
Example SQL Queries
SELECT * FROMaws.braket.search_devicesWHERE"filters" = 'VALUE';Description
Searches for devices using the specified filters.
Table Definition
| Column Name | Column Data Type |
|---|---|
| filters Required Input Column The filter values to use to search for a device. | STRUCT( |
Show child fields
| |
| _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 |
| device_arn The ARN of the device. | VARCHAR |
| device_name The name of the device. | VARCHAR |
| device_status The status of the device. | VARCHAR |
| device_type The type of the device. | VARCHAR |
| provider_name The provider of the device. | VARCHAR |