Show / Hide Table of Contents

Class CfnTemplatePropsMixin.PluginVisualProperty

A flexible visualization type that allows engineers to create new custom charts in Quick Sight.

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

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

ExampleMetadata: fixture=_generated

Synopsis

Constructors

PluginVisualProperty()

A flexible visualization type that allows engineers to create new custom charts in Quick Sight.

Properties

ChartConfiguration

A description of the plugin field wells and their persisted properties.

PluginArn

The Amazon Resource Name (ARN) that reflects the plugin and version.

Subtitle

A flexible visualization type that allows engineers to create new custom charts in Quick Sight.

Title

A flexible visualization type that allows engineers to create new custom charts in Quick Sight.

VisualContentAltText

The alt text for the visual.

VisualId

The ID of the visual that you want to use.

Constructors

PluginVisualProperty()

A flexible visualization type that allows engineers to create new custom charts in Quick Sight.

public PluginVisualProperty()
Remarks

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

ExampleMetadata: fixture=_generated

Properties

ChartConfiguration

A description of the plugin field wells and their persisted properties.

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

object

Remarks

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

Type union: either IResolvable or CfnTemplatePropsMixin.IPluginVisualConfigurationProperty

PluginArn

The Amazon Resource Name (ARN) that reflects the plugin and version.

public string? PluginArn { get; set; }
Property Value

string

Remarks

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

Subtitle

A flexible visualization type that allows engineers to create new custom charts in Quick Sight.

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

object

Remarks

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

Type union: either IResolvable or CfnTemplatePropsMixin.IVisualSubtitleLabelOptionsProperty

Title

A flexible visualization type that allows engineers to create new custom charts in Quick Sight.

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

object

Remarks

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

Type union: either IResolvable or CfnTemplatePropsMixin.IVisualTitleLabelOptionsProperty

VisualContentAltText

The alt text for the visual.

public string? VisualContentAltText { get; set; }
Property Value

string

Remarks

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

VisualId

The ID of the visual that you want to use.

public string? VisualId { get; set; }
Property Value

string

Remarks

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

Implements

CfnTemplatePropsMixin.IPluginVisualProperty
Back to top Generated by DocFX