Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnDashboardPropsMixin.Builder
Packages that use CfnDashboardPropsMixin.Builder
-
Uses of CfnDashboardPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.quicksight
Methods in software.amazon.awscdk.cfnpropertymixins.services.quicksight that return CfnDashboardPropsMixin.BuilderModifier and TypeMethodDescriptionCfnDashboardPropsMixin.Builder.awsAccountId(String awsAccountId) The ID of the AWS account where you want to create the dashboard.CfnDashboardPropsMixin.Builder.create()CfnDashboardPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnDashboardPropsMixin.Builder.dashboardId(String dashboardId) The ID for the dashboard, also added to the IAM policy.CfnDashboardPropsMixin.Builder.dashboardPublishOptions(CfnDashboardPropsMixin.DashboardPublishOptionsProperty dashboardPublishOptions) Options for publishing the dashboard when you create it:.CfnDashboardPropsMixin.Builder.dashboardPublishOptions(IResolvable dashboardPublishOptions) Options for publishing the dashboard when you create it:.CfnDashboardPropsMixin.Builder.definition(CfnDashboardPropsMixin.DashboardVersionDefinitionProperty definition) CfnDashboardPropsMixin.Builder.definition(IResolvable definition) CfnDashboardPropsMixin.Builder.folderArns(List<String> folderArns) CfnDashboardPropsMixin.Builder.linkEntities(List<String> linkEntities) A list of analysis Amazon Resource Names (ARNs) to be linked to the dashboard.CfnDashboardPropsMixin.Builder.linkSharingConfiguration(CfnDashboardPropsMixin.LinkSharingConfigurationProperty linkSharingConfiguration) A structure that contains the link sharing configurations that you want to apply overrides to.CfnDashboardPropsMixin.Builder.linkSharingConfiguration(IResolvable linkSharingConfiguration) A structure that contains the link sharing configurations that you want to apply overrides to.The display name of the dashboard.CfnDashboardPropsMixin.Builder.parameters(CfnDashboardPropsMixin.ParametersProperty parameters) The parameters for the creation of the dashboard, which you want to use to override the default settings.CfnDashboardPropsMixin.Builder.parameters(IResolvable parameters) The parameters for the creation of the dashboard, which you want to use to override the default settings.CfnDashboardPropsMixin.Builder.permissions(List<? extends Object> permissions) A structure that contains the permissions of the dashboard.CfnDashboardPropsMixin.Builder.permissions(IResolvable permissions) A structure that contains the permissions of the dashboard.CfnDashboardPropsMixin.Builder.sourceEntity(CfnDashboardPropsMixin.DashboardSourceEntityProperty sourceEntity) The entity that you are using as a source when you create the dashboard.CfnDashboardPropsMixin.Builder.sourceEntity(IResolvable sourceEntity) The entity that you are using as a source when you create the dashboard.Contains a map of the key-value pairs for the resource tag or tags assigned to the dashboard.The Amazon Resource Name (ARN) of the theme that is being used for this dashboard.The Amazon Resource Name (ARN) of the theme that is being used for this dashboard.CfnDashboardPropsMixin.Builder.validationStrategy(CfnDashboardPropsMixin.ValidationStrategyProperty validationStrategy) The option to relax the validation that is required to create and update analyses, dashboards, and templates with definition objects.CfnDashboardPropsMixin.Builder.validationStrategy(IResolvable validationStrategy) The option to relax the validation that is required to create and update analyses, dashboards, and templates with definition objects.CfnDashboardPropsMixin.Builder.versionDescription(String versionDescription) A description for the first version of the dashboard being created.