Class CfnDashboardPropsMixin.ExportWithHiddenFieldsOptionProperty
Determines whether or not hidden fields are visible on exported dashbaords.
Inherited Members
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
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
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; }