Class CfnAnalysisPropsMixin.SheetElementConfigurationOverridesProperty
The override configuration of the rendering rules of a sheet.
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnAnalysisPropsMixin.SheetElementConfigurationOverridesProperty : CfnAnalysisPropsMixin.ISheetElementConfigurationOverridesProperty
Syntax (vb)
Public Class CfnAnalysisPropsMixin.SheetElementConfigurationOverridesProperty Implements CfnAnalysisPropsMixin.ISheetElementConfigurationOverridesProperty
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 sheetElementConfigurationOverridesProperty = new SheetElementConfigurationOverridesProperty {
Visibility = "visibility"
};
Synopsis
Constructors
| SheetElementConfigurationOverridesProperty() | The override configuration of the rendering rules of a sheet. |
Properties
| Visibility | Determines whether or not the overrides are visible. Choose one of the following options:. |
Constructors
SheetElementConfigurationOverridesProperty()
The override configuration of the rendering rules of a sheet.
public SheetElementConfigurationOverridesProperty()
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 sheetElementConfigurationOverridesProperty = new SheetElementConfigurationOverridesProperty {
Visibility = "visibility"
};
Properties
Visibility
Determines whether or not the overrides are visible. Choose one of the following options:.
public string? Visibility { get; set; }