Interface CfnCustomPermissions.CapabilitiesProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnCustomPermissions.CapabilitiesProperty.Jsii$Proxy
- Enclosing class:
CfnCustomPermissions
@Stability(Stable)
public static interface CfnCustomPermissions.CapabilitiesProperty
extends software.amazon.jsii.JsiiSerializable
A set of actions that correspond to Amazon Quick Sight permissions.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.quicksight.*;
CapabilitiesProperty capabilitiesProperty = CapabilitiesProperty.builder()
.addOrRunAnomalyDetectionForAnalyses("addOrRunAnomalyDetectionForAnalyses")
.analysis("analysis")
.createAndUpdateDashboardEmailReports("createAndUpdateDashboardEmailReports")
.createAndUpdateDatasets("createAndUpdateDatasets")
.createAndUpdateDataSources("createAndUpdateDataSources")
.createAndUpdateThemes("createAndUpdateThemes")
.createAndUpdateThresholdAlerts("createAndUpdateThresholdAlerts")
.createSharedFolders("createSharedFolders")
.createSpiceDataset("createSpiceDataset")
.dashboard("dashboard")
.exportToCsv("exportToCsv")
.exportToCsvInScheduledReports("exportToCsvInScheduledReports")
.exportToExcel("exportToExcel")
.exportToExcelInScheduledReports("exportToExcelInScheduledReports")
.exportToPdf("exportToPdf")
.exportToPdfInScheduledReports("exportToPdfInScheduledReports")
.includeContentInScheduledReportsEmail("includeContentInScheduledReportsEmail")
.printReports("printReports")
.renameSharedFolders("renameSharedFolders")
.shareAnalyses("shareAnalyses")
.shareDashboards("shareDashboards")
.shareDatasets("shareDatasets")
.shareDataSources("shareDataSources")
.subscribeDashboardEmailReports("subscribeDashboardEmailReports")
.viewAccountSpiceCapacity("viewAccountSpiceCapacity")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnCustomPermissions.CapabilitiesPropertystatic final classAn implementation forCfnCustomPermissions.CapabilitiesProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default StringThe ability to add or run anomaly detection.default StringThe ability to perform analysis-related actions.default StringThe ability to create and update email reports.default StringThe ability to create and update datasets.default StringThe ability to create and update data sources.default StringThe ability to export to Create and Update themes.default StringThe ability to create and update threshold alerts.default StringThe ability to create shared folders.default StringThe ability to create a SPICE dataset.default StringThe ability to perform dashboard-related actions.default StringThe ability to export to CSV files from the UI.default StringThe ability to export to CSV files in scheduled email reports.default StringThe ability to export to Excel files from the UI.default StringThe ability to export to Excel files in scheduled email reports.default StringThe ability to export to PDF files from the UI.default StringThe ability to export to PDF files in scheduled email reports.default StringThe ability to include content in scheduled email reports.default StringThe ability to print reports.default StringThe ability to rename shared folders.default StringThe ability to share analyses.default StringThe ability to share dashboards.default StringThe ability to share datasets.default StringThe ability to share data sources.default StringThe ability to subscribe to email reports.default StringThe ability to view account SPICE capacity.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAddOrRunAnomalyDetectionForAnalyses
The ability to add or run anomaly detection.- See Also:
-
getAnalysis
The ability to perform analysis-related actions.- See Also:
-
getCreateAndUpdateDashboardEmailReports
The ability to create and update email reports.- See Also:
-
getCreateAndUpdateDatasets
The ability to create and update datasets.- See Also:
-
getCreateAndUpdateDataSources
The ability to create and update data sources.- See Also:
-
getCreateAndUpdateThemes
The ability to export to Create and Update themes.- See Also:
-
getCreateAndUpdateThresholdAlerts
The ability to create and update threshold alerts.- See Also:
-
getCreateSpiceDataset
The ability to create a SPICE dataset.- See Also:
-
getDashboard
The ability to perform dashboard-related actions.- See Also:
-
getExportToCsv
The ability to export to CSV files from the UI.- See Also:
-
getExportToCsvInScheduledReports
The ability to export to CSV files in scheduled email reports.- See Also:
-
getExportToExcel
The ability to export to Excel files from the UI.- See Also:
-
getExportToExcelInScheduledReports
The ability to export to Excel files in scheduled email reports.- See Also:
-
getExportToPdf
The ability to export to PDF files from the UI.- See Also:
-
getExportToPdfInScheduledReports
The ability to export to PDF files in scheduled email reports.- See Also:
-
getIncludeContentInScheduledReportsEmail
The ability to include content in scheduled email reports.- See Also:
-
getPrintReports
The ability to print reports.- See Also:
-
getSubscribeDashboardEmailReports
The ability to subscribe to email reports.- See Also:
-
getViewAccountSpiceCapacity
The ability to view account SPICE capacity.- See Also:
-
builder
-