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