aws.datasync.describe_storage_system_resources
Example SQL Queries
SELECT * FROMaws.datasync.describe_storage_system_resourcesWHERE"discovery_job_arn" = 'VALUE'AND "resource_type" = 'VALUE';Description
Returns information that DataSync Discovery collects about resources in your on-premises storage system.
Table Definition
| Column Name | Column Data Type |
|---|---|
| discovery_job_arn Required Input Column Specifies the Amazon Resource Name (ARN) of the discovery job that's collecting data from your on-premises storage system. | VARCHAR |
| resource_type Required Input Column Specifies what kind of storage system resources that you want information about. | VARCHAR |
| filter Input Column Filters the storage system resources that you want returned. For example, this might be volumes associated with a specific storage virtual machine (SVM). | MAP(VARCHAR, VARCHAR[]) |
| max_results Input Column Specifies the maximum number of storage system resources that you want to list in a response. | BIGINT |
| next_token Input Column The opaque string that indicates the position to begin the next list of results in the response. | VARCHAR |
| resource_ids Input Column Specifies the universally unique identifiers (UUIDs) of the storage system resources that you want information about. You can't use this parameter in combination with the Filter parameter. | VARCHAR[] |
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 |
| resource_details The information collected about your storage system's resources. A response can also include Amazon Web Services storage service recommendations. For more information, see storage resource information collected by and recommendations provided by DataSync Discovery. | STRUCT( |
Show child fields
| |