Show / Hide Table of Contents

Class CfnTemplate.SheetElementRenderingRuleProperty

The rendering rules of a sheet that uses a free-form layout.

Inheritance
object
CfnTemplate.SheetElementRenderingRuleProperty
Implements
CfnTemplate.ISheetElementRenderingRuleProperty
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 CfnTemplate.SheetElementRenderingRuleProperty : CfnTemplate.ISheetElementRenderingRuleProperty
Syntax (vb)
Public Class CfnTemplate.SheetElementRenderingRuleProperty Implements CfnTemplate.ISheetElementRenderingRuleProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-sheetelementrenderingrule.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 sheetElementRenderingRuleProperty = new SheetElementRenderingRuleProperty {
                 ConfigurationOverrides = new SheetElementConfigurationOverridesProperty {
                     Visibility = "visibility"
                 },
                 Expression = "expression"
             };

Synopsis

Constructors

SheetElementRenderingRuleProperty()

The rendering rules of a sheet that uses a free-form layout.

Properties

ConfigurationOverrides

The override configuration of the rendering rules of a sheet.

Expression

The expression of the rendering rules of a sheet.

Constructors

SheetElementRenderingRuleProperty()

The rendering rules of a sheet that uses a free-form layout.

public SheetElementRenderingRuleProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-sheetelementrenderingrule.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 sheetElementRenderingRuleProperty = new SheetElementRenderingRuleProperty {
                 ConfigurationOverrides = new SheetElementConfigurationOverridesProperty {
                     Visibility = "visibility"
                 },
                 Expression = "expression"
             };

Properties

ConfigurationOverrides

The override configuration of the rendering rules of a sheet.

public object ConfigurationOverrides { get; set; }
Property Value

object

Remarks

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

Expression

The expression of the rendering rules of a sheet.

public string Expression { get; set; }
Property Value

string

Remarks

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

Implements

CfnTemplate.ISheetElementRenderingRuleProperty
Back to top Generated by DocFX