interface ExportHiddenFieldsOptionProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.QuickSight.CfnDashboard.ExportHiddenFieldsOptionProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnDashboard_ExportHiddenFieldsOptionProperty |
![]() | software.amazon.awscdk.services.quicksight.CfnDashboard.ExportHiddenFieldsOptionProperty |
![]() | aws_cdk.aws_quicksight.CfnDashboard.ExportHiddenFieldsOptionProperty |
![]() | aws-cdk-lib » aws_quicksight » CfnDashboard » ExportHiddenFieldsOptionProperty |
Determines if hidden fields are included in an exported dashboard.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_quicksight as quicksight } from 'aws-cdk-lib';
const exportHiddenFieldsOptionProperty: quicksight.CfnDashboard.ExportHiddenFieldsOptionProperty = {
availabilityStatus: 'availabilityStatus',
};
Properties
Name | Type | Description |
---|---|---|
availability | string | The status of the export hidden fields options of a dashbaord. |
availabilityStatus?
Type:
string
(optional)
The status of the export hidden fields options of a dashbaord.