Interface CfnAnalysis.GeospatialDataSourceItemProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAnalysis.GeospatialDataSourceItemProperty.Jsii$Proxy
- Enclosing class:
CfnAnalysis
@Stability(Stable)
public static interface CfnAnalysis.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.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 forCfnAnalysis.GeospatialDataSourceItemPropertystatic final classAn implementation forCfnAnalysis.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
IResolvableorCfnAnalysis.GeospatialStaticFileSourceProperty- See Also:
-
builder
-