interface GeospatialDataSourceItemProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.QuickSight.CfnAnalysisPropsMixin.GeospatialDataSourceItemProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsquicksight#CfnAnalysisPropsMixin_GeospatialDataSourceItemProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnAnalysisPropsMixin.GeospatialDataSourceItemProperty |
Python | aws_cdk.cfn_property_mixins.aws_quicksight.CfnAnalysisPropsMixin.GeospatialDataSourceItemProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_quicksight » CfnAnalysisPropsMixin » 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/cfn-property-mixins';
const geospatialDataSourceItemProperty: quicksight.CfnAnalysisPropsMixin.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