aws.sagemaker_geospatial.list_raster_data_collections
Example SQL Queries
SELECT * FROMaws.sagemaker_geospatial.list_raster_data_collections;Description
Use this operation to get raster data collections.
Table Definition
| Column Name | Column Data Type |
|---|---|
| _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 |
| arn The Amazon Resource Name (ARN) of the raster data collection. | VARCHAR |
| description A description of the raster data collection. | VARCHAR |
| description_page_url The description URL of the raster data collection. | VARCHAR |
| name The name of the raster data collection. | VARCHAR |
| supported_filters The list of filters supported by the raster data collection. | STRUCT( |
Show child fields
| |
| tags Each tag consists of a key and a value. | MAP(VARCHAR, VARCHAR) |
| type The type of raster data collection. | VARCHAR |