Class CfnDashboard.GeospatialLayerJoinDefinitionProperty
The custom actions for a layer.
Inheritance
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class GeospatialLayerJoinDefinitionProperty : Object, CfnDashboard.IGeospatialLayerJoinDefinitionProperty
Syntax (vb)
Public Class GeospatialLayerJoinDefinitionProperty
Inherits Object
Implements CfnDashboard.IGeospatialLayerJoinDefinitionProperty
Remarks
ExampleMetadata: fixture=_generated
Synopsis
Constructors
Geospatial |
Properties
Color |
The geospatial color field for the join definition. |
Dataset |
|
Shape |
The name of the field or property in the geospatial data source. |
Constructors
GeospatialLayerJoinDefinitionProperty()
public GeospatialLayerJoinDefinitionProperty()
Properties
ColorField
The geospatial color field for the join definition.
public object ColorField { get; set; }
Property Value
System.
Remarks
DatasetKeyField
public object DatasetKeyField { get; set; }
Property Value
System.
Remarks
ShapeKeyField
The name of the field or property in the geospatial data source.
public string ShapeKeyField { get; set; }
Property Value
System.