Show / Hide Table of Contents

Class CfnAnalysis.GeospatialLayerItemProperty

The properties for a single geospatial layer.

Inheritance
object
CfnAnalysis.GeospatialLayerItemProperty
Implements
CfnAnalysis.IGeospatialLayerItemProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-geospatiallayeritem.html

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-geospatiallayeritem.html

ExampleMetadata: fixture=_generated

Properties

Actions

A list of custom actions for a layer.

public object? Actions { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-geospatiallayeritem.html#cfn-quicksight-analysis-geospatiallayeritem-actions

DataSource

The data source for the layer.

public object? DataSource { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-geospatiallayeritem.html#cfn-quicksight-analysis-geospatiallayeritem-datasource

JoinDefinition

The join definition properties for a layer.

public object? JoinDefinition { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-geospatiallayeritem.html#cfn-quicksight-analysis-geospatiallayeritem-joindefinition

Label

The label that is displayed for the layer.

public string? Label { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-geospatiallayeritem.html#cfn-quicksight-analysis-geospatiallayeritem-label

LayerDefinition

The definition properties for a layer.

public object? LayerDefinition { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-geospatiallayeritem.html#cfn-quicksight-analysis-geospatiallayeritem-layerdefinition

LayerId

The ID of the layer.

public string LayerId { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-geospatiallayeritem.html#cfn-quicksight-analysis-geospatiallayeritem-layerid

LayerType

The layer type.

public string? LayerType { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-geospatiallayeritem.html#cfn-quicksight-analysis-geospatiallayeritem-layertype

Tooltip

The properties for a single geospatial layer.

public object? Tooltip { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-geospatiallayeritem.html#cfn-quicksight-analysis-geospatiallayeritem-tooltip

Visibility

The state of visibility for the layer.

public string? Visibility { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-geospatiallayeritem.html#cfn-quicksight-analysis-geospatiallayeritem-visibility

Implements

CfnAnalysis.IGeospatialLayerItemProperty
Back to top Generated by DocFX