Show / Hide Table of Contents

Interface CfnAnalysisPropsMixin.IGeospatialLayerJoinDefinitionProperty

The custom actions for a layer.

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-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-analysis-geospatiallayerjoindefinition.html#cfn-quicksight-analysis-geospatiallayerjoindefinition-colorfield

Type union: either IResolvable or CfnAnalysisPropsMixin.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-analysis-geospatiallayerjoindefinition.html#cfn-quicksight-analysis-geospatiallayerjoindefinition-datasetkeyfield

Type union: either IResolvable or CfnAnalysisPropsMixin.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-analysis-geospatiallayerjoindefinition.html#cfn-quicksight-analysis-geospatiallayerjoindefinition-shapekeyfield

Back to top Generated by DocFX