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