Class CfnAnalysisPropsMixin.SheetElementRenderingRuleProperty
The rendering rules of a sheet that uses a free-form layout.
Inherited Members
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
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
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
Remarks
Type union: either IResolvable or CfnAnalysisPropsMixin.ISheetElementConfigurationOverridesProperty
Expression
The expression of the rendering rules of a sheet.
public string? Expression { get; set; }