Show / Hide Table of Contents

Interface CfnDashboardPropsMixin.IGeospatialLayerJoinDefinitionProperty

The custom actions for a layer.

Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnDashboardPropsMixin.IGeospatialLayerJoinDefinitionProperty
Syntax (vb)
Public Interface CfnDashboardPropsMixin.IGeospatialLayerJoinDefinitionProperty
Remarks

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

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

object

Remarks

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

Type union: either IResolvable or CfnDashboardPropsMixin.IGeospatialLayerColorFieldProperty

DatasetKeyField

The custom actions for a layer.

object? DatasetKeyField { get; }
Property Value

object

Remarks

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

Type union: either IResolvable or CfnDashboardPropsMixin.IUnaggregatedFieldProperty

ShapeKeyField

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

string? ShapeKeyField { get; }
Property Value

string

Remarks

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

Back to top Generated by DocFX