Show / Hide Table of Contents

Class CfnTemplatePropsMixin.TreeMapFieldWellsProperty

The field wells of a tree map.

Inheritance
object
CfnTemplatePropsMixin.TreeMapFieldWellsProperty
Implements
CfnTemplatePropsMixin.ITreeMapFieldWellsProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnTemplatePropsMixin.TreeMapFieldWellsProperty : CfnTemplatePropsMixin.ITreeMapFieldWellsProperty
Syntax (vb)
Public Class CfnTemplatePropsMixin.TreeMapFieldWellsProperty Implements CfnTemplatePropsMixin.ITreeMapFieldWellsProperty
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-template-treemapfieldwells.html

ExampleMetadata: fixture=_generated

Synopsis

Constructors

TreeMapFieldWellsProperty()

The field wells of a tree map.

Properties

TreeMapAggregatedFieldWells

The aggregated field wells of a tree map.

Constructors

TreeMapFieldWellsProperty()

The field wells of a tree map.

public TreeMapFieldWellsProperty()
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-template-treemapfieldwells.html

ExampleMetadata: fixture=_generated

Properties

TreeMapAggregatedFieldWells

The aggregated field wells of a tree map.

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

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-treemapfieldwells.html#cfn-quicksight-template-treemapfieldwells-treemapaggregatedfieldwells

Type union: either IResolvable or CfnTemplatePropsMixin.ITreeMapAggregatedFieldWellsProperty

Implements

CfnTemplatePropsMixin.ITreeMapFieldWellsProperty
Back to top Generated by DocFX