GetDashboardPlainArgs

data class GetDashboardPlainArgs(val awsAccountId: String, val dashboardId: String) : ConvertibleToJava<GetDashboardPlainArgs>

Constructors

Link copied to clipboard
constructor(awsAccountId: String, dashboardId: String)

Properties

Link copied to clipboard

The ID of the AWS account where you want to create the dashboard.

Link copied to clipboard

The ID for the dashboard, also added to the IAM policy.

Functions

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