Show / Hide Table of Contents

Class CfnAnalysisPropsMixin.FilledMapFieldWellsProperty

The field wells of a FilledMapVisual .

Inheritance
object
CfnAnalysisPropsMixin.FilledMapFieldWellsProperty
Implements
CfnAnalysisPropsMixin.IFilledMapFieldWellsProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnAnalysisPropsMixin.FilledMapFieldWellsProperty : CfnAnalysisPropsMixin.IFilledMapFieldWellsProperty
Syntax (vb)
Public Class CfnAnalysisPropsMixin.FilledMapFieldWellsProperty Implements CfnAnalysisPropsMixin.IFilledMapFieldWellsProperty
Remarks

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

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

ExampleMetadata: fixture=_generated

Synopsis

Constructors

FilledMapFieldWellsProperty()

The field wells of a FilledMapVisual .

Properties

FilledMapAggregatedFieldWells

The aggregated field well of the filled map.

Constructors

FilledMapFieldWellsProperty()

The field wells of a FilledMapVisual .

public FilledMapFieldWellsProperty()
Remarks

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

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

ExampleMetadata: fixture=_generated

Properties

FilledMapAggregatedFieldWells

The aggregated field well of the filled map.

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

object

Remarks

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

Type union: either IResolvable or CfnAnalysisPropsMixin.IFilledMapAggregatedFieldWellsProperty

Implements

CfnAnalysisPropsMixin.IFilledMapFieldWellsProperty
Back to top Generated by DocFX