Interface CfnAnalysisPropsMixin.IGeospatialLayerJoinDefinitionProperty
The custom actions for a layer.
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnAnalysisPropsMixin.IGeospatialLayerJoinDefinitionProperty
Syntax (vb)
Public Interface CfnAnalysisPropsMixin.IGeospatialLayerJoinDefinitionProperty
Remarks
ExampleMetadata: fixture=_generated
Synopsis
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. |
Properties
ColorField
The geospatial color field for the join definition.
object? ColorField { get; }
Property Value
Remarks
DatasetKeyField
The custom actions for a layer.
object? DatasetKeyField { get; }
Property Value
Remarks
ShapeKeyField
The name of the field or property in the geospatial data source.
string? ShapeKeyField { get; }