interface ExportToCSVOptionProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnDashboard.ExportToCSVOptionProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnDashboard_ExportToCSVOptionProperty |
Java | software.amazon.awscdk.services.quicksight.CfnDashboard.ExportToCSVOptionProperty |
Python | aws_cdk.aws_quicksight.CfnDashboard.ExportToCSVOptionProperty |
TypeScript | aws-cdk-lib » aws_quicksight » CfnDashboard » ExportToCSVOptionProperty |
Export to .csv option.
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 exportToCSVOptionProperty: quicksight.CfnDashboard.ExportToCSVOptionProperty = {
availabilityStatus: 'availabilityStatus',
};
Properties
Name | Type | Description |
---|---|---|
availability | string | Availability status. |
availabilityStatus?
Type:
string
(optional)
Availability status.