Show / Hide Table of Contents

Class CfnAnalysisPropsMixin.SheetElementRenderingRuleProperty

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

Inheritance
object
CfnAnalysisPropsMixin.SheetElementRenderingRuleProperty
Implements
CfnAnalysisPropsMixin.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.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnAnalysisPropsMixin.SheetElementRenderingRuleProperty : CfnAnalysisPropsMixin.ISheetElementRenderingRuleProperty
Syntax (vb)
Public Class CfnAnalysisPropsMixin.SheetElementRenderingRuleProperty Implements CfnAnalysisPropsMixin.ISheetElementRenderingRuleProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-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.CfnPropertyMixins.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-analysis-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.CfnPropertyMixins.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-analysis-sheetelementrenderingrule.html#cfn-quicksight-analysis-sheetelementrenderingrule-configurationoverrides

Type union: either IResolvable or CfnAnalysisPropsMixin.ISheetElementConfigurationOverridesProperty

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-analysis-sheetelementrenderingrule.html#cfn-quicksight-analysis-sheetelementrenderingrule-expression

Implements

CfnAnalysisPropsMixin.ISheetElementRenderingRuleProperty
Back to top Generated by DocFX