Dashboard Args
data class DashboardArgs(val awsAccountId: Output<String>? = null, val dashboardId: Output<String>? = null, val dashboardPublishOptions: Output<DashboardPublishOptionsArgs>? = null, val definition: Output<DashboardVersionDefinitionArgs>? = null, val name: Output<String>? = null, val parameters: Output<DashboardParametersArgs>? = null, val permissions: Output<List<DashboardResourcePermissionArgs>>? = null, val sourceEntity: Output<DashboardSourceEntityArgs>? = null, val tags: Output<List<DashboardTagArgs>>? = null, val themeArn: Output<String>? = null, val validationStrategy: Output<DashboardValidationStrategyArgs>? = null, val versionDescription: Output<String>? = null) : ConvertibleToJava<DashboardArgs>
Definition of the AWS::QuickSight::Dashboard Resource Type.
Constructors
Link copied to clipboard
fun DashboardArgs(awsAccountId: Output<String>? = null, dashboardId: Output<String>? = null, dashboardPublishOptions: Output<DashboardPublishOptionsArgs>? = null, definition: Output<DashboardVersionDefinitionArgs>? = null, name: Output<String>? = null, parameters: Output<DashboardParametersArgs>? = null, permissions: Output<List<DashboardResourcePermissionArgs>>? = null, sourceEntity: Output<DashboardSourceEntityArgs>? = null, tags: Output<List<DashboardTagArgs>>? = null, themeArn: Output<String>? = null, validationStrategy: Output<DashboardValidationStrategyArgs>? = null, versionDescription: Output<String>? = null)