interface GeospatialStaticFileSourceProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins.CfnAnalysisPropsMixin.GeospatialStaticFileSourceProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsquicksight/mixins#CfnAnalysisPropsMixin_GeospatialStaticFileSourceProperty |
Java | software.amazon.awscdk.mixins.preview.services.quicksight.mixins.CfnAnalysisPropsMixin.GeospatialStaticFileSourceProperty |
Python | aws_cdk.mixins_preview.aws_quicksight.mixins.CfnAnalysisPropsMixin.GeospatialStaticFileSourceProperty |
TypeScript | @aws-cdk/mixins-preview » aws_quicksight » mixins » CfnAnalysisPropsMixin » GeospatialStaticFileSourceProperty |
The source properties for a geospatial static file.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { mixins as quicksight_mixins } from '@aws-cdk/mixins-preview/aws-quicksight';
const geospatialStaticFileSourceProperty: quicksight_mixins.CfnAnalysisPropsMixin.GeospatialStaticFileSourceProperty = {
staticFileId: 'staticFileId',
};
Properties
| Name | Type | Description |
|---|---|---|
| static | string | The ID of the static file. |
staticFileId?
Type:
string
(optional)
The ID of the static file.

.NET
Go
Java
Python
TypeScript