Show / Hide Table of Contents

Class CfnDashboard.GeospatialLayerJoinDefinitionProperty

The custom actions for a layer.

Inheritance
object
CfnDashboard.GeospatialLayerJoinDefinitionProperty
Implements
CfnDashboard.IGeospatialLayerJoinDefinitionProperty
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 CfnDashboard.GeospatialLayerJoinDefinitionProperty : CfnDashboard.IGeospatialLayerJoinDefinitionProperty
Syntax (vb)
Public Class CfnDashboard.GeospatialLayerJoinDefinitionProperty Implements CfnDashboard.IGeospatialLayerJoinDefinitionProperty
Remarks

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

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

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

ExampleMetadata: fixture=_generated

Properties

ColorField

The geospatial color field for the join definition.

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

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-geospatiallayerjoindefinition.html#cfn-quicksight-dashboard-geospatiallayerjoindefinition-colorfield

DatasetKeyField

The custom actions for a layer.

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

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-geospatiallayerjoindefinition.html#cfn-quicksight-dashboard-geospatiallayerjoindefinition-datasetkeyfield

ShapeKeyField

The name of the field or property in the geospatial data source.

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-geospatiallayerjoindefinition.html#cfn-quicksight-dashboard-geospatiallayerjoindefinition-shapekeyfield

Implements

CfnDashboard.IGeospatialLayerJoinDefinitionProperty
Back to top Generated by DocFX