Interface CfnDashboardPropsMixin.GeospatialDataSourceItemProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDashboardPropsMixin.GeospatialDataSourceItemProperty.Jsii$Proxy
- Enclosing class:
CfnDashboardPropsMixin
@Stability(Stable)
public static interface CfnDashboardPropsMixin.GeospatialDataSourceItemProperty
extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.cfnpropertymixins.services.quicksight.*;
GeospatialDataSourceItemProperty geospatialDataSourceItemProperty = GeospatialDataSourceItemProperty.builder()
.staticFileDataSource(GeospatialStaticFileSourceProperty.builder()
.staticFileId("staticFileId")
.build())
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnDashboardPropsMixin.GeospatialDataSourceItemPropertystatic final classAn implementation forCfnDashboardPropsMixin.GeospatialDataSourceItemProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getStaticFileDataSource
The static file data source properties for the geospatial data.Returns union: either
IResolvableorCfnDashboardPropsMixin.GeospatialStaticFileSourceProperty- See Also:
-
builder
-