Class CfnTemplate.SheetElementRenderingRuleProperty
The rendering rules of a sheet that uses a free-form layout.
Inheritance
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class SheetElementRenderingRuleProperty : Object, CfnTemplate.ISheetElementRenderingRuleProperty
Syntax (vb)
Public Class SheetElementRenderingRuleProperty
Inherits Object
Implements CfnTemplate.ISheetElementRenderingRuleProperty
Remarks
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
Sheet |
Properties
Configuration |
The override configuration of the rendering rules of a sheet. |
Expression | The expression of the rendering rules of a sheet. |
Constructors
SheetElementRenderingRuleProperty()
public SheetElementRenderingRuleProperty()
Properties
ConfigurationOverrides
The override configuration of the rendering rules of a sheet.
public object ConfigurationOverrides { get; set; }
Property Value
System.
Remarks
Expression
The expression of the rendering rules of a sheet.
public string Expression { get; set; }
Property Value
System.