DashboardArgs

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)