aws.snow_device_management.list_device_resources
Example SQL Queries
SELECT * FROMaws.snow_device_management.list_device_resourcesWHERE"managed_device_id" = 'VALUE';Description
Returns a list of the Amazon Web Services resources available for a device. Currently, Amazon EC2 instances are the only supported resource type.
Table Definition
| Column Name | Column Data Type |
|---|---|
| managed_device_id Required Input Column The ID of the managed device that you are listing the resources of. | VARCHAR |
| type Input Column A structure used to filter the results by type of resource. | 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
| |
| arn The Amazon Resource Name (ARN) of the resource. | VARCHAR |
| id The ID of the resource. | VARCHAR |
| resource_type The resource type. | VARCHAR |