Show / Hide Table of Contents

Interface CfnTemplatePropsMixin.IPluginVisualPropertyProperty

The key value pair of the persisted property.

Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnTemplatePropsMixin.IPluginVisualPropertyProperty
Syntax (vb)
Public Interface CfnTemplatePropsMixin.IPluginVisualPropertyProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-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.CfnPropertyMixins.AWS.QuickSight;

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

Synopsis

Properties

Name

The name of the plugin visual property.

Value

The value of the plugin visual property.

Properties

Name

The name of the plugin visual property.

string? Name { get; }
Property Value

string

Remarks

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

Value

The value of the plugin visual property.

string? Value { get; }
Property Value

string

Remarks

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

Back to top Generated by DocFX