| Package | Description |
|---|---|
| software.amazon.awscdk.services.quicksight |
AWS::QuickSight Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnDashboard.Builder |
CfnDashboard.Builder.awsAccountId(String awsAccountId)
The ID of the AWS account where you want to create the dashboard.
|
static CfnDashboard.Builder |
CfnDashboard.Builder.create(software.constructs.Construct scope,
String id) |
CfnDashboard.Builder |
CfnDashboard.Builder.dashboardId(String dashboardId)
The ID for the dashboard, also added to the IAM policy.
|
CfnDashboard.Builder |
CfnDashboard.Builder.dashboardPublishOptions(CfnDashboard.DashboardPublishOptionsProperty dashboardPublishOptions)
Options for publishing the dashboard when you create it:.
|
CfnDashboard.Builder |
CfnDashboard.Builder.dashboardPublishOptions(IResolvable dashboardPublishOptions)
Options for publishing the dashboard when you create it:.
|
CfnDashboard.Builder |
CfnDashboard.Builder.name(String name)
The display name of the dashboard.
|
CfnDashboard.Builder |
CfnDashboard.Builder.parameters(CfnDashboard.ParametersProperty parameters)
The parameters for the creation of the dashboard, which you want to use to override the default settings.
|
CfnDashboard.Builder |
CfnDashboard.Builder.parameters(IResolvable parameters)
The parameters for the creation of the dashboard, which you want to use to override the default settings.
|
CfnDashboard.Builder |
CfnDashboard.Builder.permissions(IResolvable permissions)
A structure that contains the permissions of the dashboard.
|
CfnDashboard.Builder |
CfnDashboard.Builder.permissions(List<? extends Object> permissions)
A structure that contains the permissions of the dashboard.
|
CfnDashboard.Builder |
CfnDashboard.Builder.sourceEntity(CfnDashboard.DashboardSourceEntityProperty sourceEntity)
The entity that you are using as a source when you create the dashboard.
|
CfnDashboard.Builder |
CfnDashboard.Builder.sourceEntity(IResolvable sourceEntity)
The entity that you are using as a source when you create the dashboard.
|
CfnDashboard.Builder |
CfnDashboard.Builder.tags(List<? extends CfnTag> tags)
Contains a map of the key-value pairs for the resource tag or tags assigned to the dashboard.
|
CfnDashboard.Builder |
CfnDashboard.Builder.themeArn(String themeArn)
The Amazon Resource Name (ARN) of the theme that is being used for this dashboard.
|
CfnDashboard.Builder |
CfnDashboard.Builder.versionDescription(String versionDescription)
A description for the first version of the dashboard being created.
|
Copyright © 2022. All rights reserved.