interface GeospatialDataSourceItemProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnAnalysis.GeospatialDataSourceItemProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnAnalysis_GeospatialDataSourceItemProperty |
Java | software.amazon.awscdk.services.quicksight.CfnAnalysis.GeospatialDataSourceItemProperty |
Python | aws_cdk.aws_quicksight.CfnAnalysis.GeospatialDataSourceItemProperty |
TypeScript | aws-cdk-lib » aws_quicksight » CfnAnalysis » GeospatialDataSourceItemProperty |
The data source properties for the geospatial data.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_quicksight as quicksight } from 'aws-cdk-lib';
const geospatialDataSourceItemProperty: quicksight.CfnAnalysis.GeospatialDataSourceItemProperty = {
staticFileDataSource: {
staticFileId: 'staticFileId',
},
};
Properties
| Name | Type | Description |
|---|---|---|
| static | IResolvable | Geospatial | The static file data source properties for the geospatial data. |
staticFileDataSource?
Type:
IResolvable | Geospatial
(optional)
The static file data source properties for the geospatial data.

.NET
Go
Java
Python
TypeScript