Show / Hide Table of Contents

Class CfnAnalysisPropsMixin.SheetElementConfigurationOverridesProperty

The override configuration of the rendering rules of a sheet.

Inheritance
object
CfnAnalysisPropsMixin.SheetElementConfigurationOverridesProperty
Implements
CfnAnalysisPropsMixin.ISheetElementConfigurationOverridesProperty
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.SheetElementConfigurationOverridesProperty : CfnAnalysisPropsMixin.ISheetElementConfigurationOverridesProperty
Syntax (vb)
Public Class CfnAnalysisPropsMixin.SheetElementConfigurationOverridesProperty Implements CfnAnalysisPropsMixin.ISheetElementConfigurationOverridesProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-sheetelementconfigurationoverrides.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 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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-sheetelementconfigurationoverrides.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 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; }
Property Value

string

Remarks

    See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-sheetelementconfigurationoverrides.html#cfn-quicksight-analysis-sheetelementconfigurationoverrides-visibility

    Implements

    CfnAnalysisPropsMixin.ISheetElementConfigurationOverridesProperty
    Back to top Generated by DocFX