aws.sagemaker_geospatial.get_raster_data_collection
Example SQL Queries
SELECT * FROMaws.sagemaker_geospatial.get_raster_data_collectionWHERE"arn" = 'VALUE';Description
Use this operation to get details of a specific raster data collection.
Table Definition
| Column Name | Column Data Type |
|---|---|
| arn Required Input Column The Amazon Resource Name (ARN) of the raster data collection. | 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 |
| description A description of the raster data collection. | VARCHAR |
| description_page_url The URL of the description page. | VARCHAR |
| image_source_bands The list of image source bands in the raster data collection. | VARCHAR[] |
Show child fields
| |
| name The name of the raster data collection. | VARCHAR |
| supported_filters The 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 raster data collection type. | VARCHAR |