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