Show / Hide Table of Contents

Class CfnTemplatePropsMixin.PluginVisualConfigurationProperty

The plugin visual configuration.

Inheritance
object
CfnTemplatePropsMixin.PluginVisualConfigurationProperty
Implements
CfnTemplatePropsMixin.IPluginVisualConfigurationProperty
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.PluginVisualConfigurationProperty : CfnTemplatePropsMixin.IPluginVisualConfigurationProperty
Syntax (vb)
Public Class CfnTemplatePropsMixin.PluginVisualConfigurationProperty Implements CfnTemplatePropsMixin.IPluginVisualConfigurationProperty
Remarks

This includes the field wells, sorting options, and persisted options of the plugin visual.

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

ExampleMetadata: fixture=_generated

Synopsis

Constructors

PluginVisualConfigurationProperty()

The plugin visual configuration.

Properties

FieldWells

The field wells configuration of the plugin visual.

SortConfiguration

The sort configuration of the plugin visual.

VisualOptions

The persisted properties of the plugin visual.

Constructors

PluginVisualConfigurationProperty()

The plugin visual configuration.

public PluginVisualConfigurationProperty()
Remarks

This includes the field wells, sorting options, and persisted options of the plugin visual.

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

ExampleMetadata: fixture=_generated

Properties

FieldWells

The field wells configuration of the plugin visual.

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

object

Remarks

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

Type union: either IResolvable or (either IResolvable or CfnTemplatePropsMixin.IPluginVisualFieldWellProperty)[]

SortConfiguration

The sort configuration of the plugin visual.

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

object

Remarks

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

Type union: either IResolvable or CfnTemplatePropsMixin.IPluginVisualSortConfigurationProperty

VisualOptions

The persisted properties of the plugin visual.

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

object

Remarks

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

Type union: either IResolvable or CfnTemplatePropsMixin.IPluginVisualOptionsProperty

Implements

CfnTemplatePropsMixin.IPluginVisualConfigurationProperty
Back to top Generated by DocFX