Show / Hide Table of Contents

Class CfnAnalysis.PluginVisualPropertyProperty

The key value pair of the persisted property.

Inheritance
object
CfnAnalysis.PluginVisualPropertyProperty
Implements
CfnAnalysis.IPluginVisualPropertyProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnAnalysis.PluginVisualPropertyProperty : CfnAnalysis.IPluginVisualPropertyProperty
Syntax (vb)
Public Class CfnAnalysis.PluginVisualPropertyProperty Implements CfnAnalysis.IPluginVisualPropertyProperty
Remarks

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

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.QuickSight;

             var pluginVisualPropertyProperty = new PluginVisualPropertyProperty {
                 Name = "name",
                 Value = "value"
             };

Synopsis

Constructors

PluginVisualPropertyProperty()

The key value pair of the persisted property.

Properties

Name

The name of the plugin visual property.

Value

The value of the plugin visual property.

Constructors

PluginVisualPropertyProperty()

The key value pair of the persisted property.

public PluginVisualPropertyProperty()
Remarks

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

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.QuickSight;

             var pluginVisualPropertyProperty = new PluginVisualPropertyProperty {
                 Name = "name",
                 Value = "value"
             };

Properties

Name

The name of the plugin visual property.

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

string

Remarks

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

Value

The value of the plugin visual property.

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

string

Remarks

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

Implements

CfnAnalysis.IPluginVisualPropertyProperty
Back to top Generated by DocFX