Class CfnAnalysis.GeospatialLayerItemProperty
The properties for a single geospatial layer.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnAnalysis.GeospatialLayerItemProperty : CfnAnalysis.IGeospatialLayerItemProperty
Syntax (vb)
Public Class CfnAnalysis.GeospatialLayerItemProperty Implements CfnAnalysis.IGeospatialLayerItemProperty
Remarks
ExampleMetadata: fixture=_generated
Synopsis
Constructors
GeospatialLayerItemProperty() | The properties for a single geospatial layer. |
Properties
Actions | A list of custom actions for a layer. |
DataSource | The data source for the layer. |
JoinDefinition | The join definition properties for a layer. |
Label | The label that is displayed for the layer. |
LayerDefinition | The definition properties for a layer. |
LayerId | The ID of the layer. |
LayerType | The layer type. |
Tooltip | The properties for a single geospatial layer. |
Visibility | The state of visibility for the layer. |
Constructors
GeospatialLayerItemProperty()
The properties for a single geospatial layer.
public GeospatialLayerItemProperty()
Remarks
ExampleMetadata: fixture=_generated
Properties
Actions
A list of custom actions for a layer.
public object? Actions { get; set; }
Property Value
Remarks
DataSource
The data source for the layer.
public object? DataSource { get; set; }
Property Value
Remarks
JoinDefinition
The join definition properties for a layer.
public object? JoinDefinition { get; set; }
Property Value
Remarks
Label
The label that is displayed for the layer.
public string? Label { get; set; }
Property Value
Remarks
LayerDefinition
The definition properties for a layer.
public object? LayerDefinition { get; set; }
Property Value
Remarks
LayerId
The ID of the layer.
public string LayerId { get; set; }
Property Value
Remarks
LayerType
The layer type.
public string? LayerType { get; set; }
Property Value
Remarks
Tooltip
The properties for a single geospatial layer.
public object? Tooltip { get; set; }
Property Value
Remarks
Visibility
The state of visibility for the layer.
public string? Visibility { get; set; }