DashboardArgs

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)

Functions

Link copied to clipboard
open override fun toJava(): DashboardArgs

Properties

Link copied to clipboard
val awsAccountId: Output<String>? = null
Link copied to clipboard
val dashboardId: Output<String>? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val name: Output<String>? = null
Link copied to clipboard
val parameters: Output<DashboardParametersArgs>? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val tags: Output<List<DashboardTagArgs>>? = null
Link copied to clipboard
val themeArn: Output<String>? = null
Link copied to clipboard
Link copied to clipboard
val versionDescription: Output<String>? = null