Show / Hide Table of Contents

Class CfnDashboardPropsMixin.ExportWithHiddenFieldsOptionProperty

Determines whether or not hidden fields are visible on exported dashbaords.

Inheritance
object
CfnDashboardPropsMixin.ExportWithHiddenFieldsOptionProperty
Implements
CfnDashboardPropsMixin.IExportWithHiddenFieldsOptionProperty
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 CfnDashboardPropsMixin.ExportWithHiddenFieldsOptionProperty : CfnDashboardPropsMixin.IExportWithHiddenFieldsOptionProperty
Syntax (vb)
Public Class CfnDashboardPropsMixin.ExportWithHiddenFieldsOptionProperty Implements CfnDashboardPropsMixin.IExportWithHiddenFieldsOptionProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-exportwithhiddenfieldsoption.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 exportWithHiddenFieldsOptionProperty = new ExportWithHiddenFieldsOptionProperty {
                 AvailabilityStatus = "availabilityStatus"
             };

Synopsis

Constructors

ExportWithHiddenFieldsOptionProperty()

Determines whether or not hidden fields are visible on exported dashbaords.

Properties

AvailabilityStatus

The status of the export with hidden fields options.

Constructors

ExportWithHiddenFieldsOptionProperty()

Determines whether or not hidden fields are visible on exported dashbaords.

public ExportWithHiddenFieldsOptionProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-exportwithhiddenfieldsoption.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 exportWithHiddenFieldsOptionProperty = new ExportWithHiddenFieldsOptionProperty {
                 AvailabilityStatus = "availabilityStatus"
             };

Properties

AvailabilityStatus

The status of the export with hidden fields options.

public string? AvailabilityStatus { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-exportwithhiddenfieldsoption.html#cfn-quicksight-dashboard-exportwithhiddenfieldsoption-availabilitystatus

Implements

CfnDashboardPropsMixin.IExportWithHiddenFieldsOptionProperty
Back to top Generated by DocFX