dashboardViewerPrincipals

@JvmName(name = "abhsplvcersgfkps")
suspend fun dashboardViewerPrincipals(value: Output<List<String>>)
@JvmName(name = "npsuhuolkayhmmgi")
suspend fun dashboardViewerPrincipals(value: List<String>)

Parameters

value

Specify the ARNs of IAM roles and IAM users who you want to grant permission to for viewing the dashboards.

In addition to specifying these users here, you must also grant them the CloudWatchOpenSearchDashboardAccess IAM policy. For more information, see IAM policies for users .


@JvmName(name = "wnhreovgmsqipitb")
suspend fun dashboardViewerPrincipals(vararg values: Output<String>)


@JvmName(name = "xxgvsyqetljowlnw")
suspend fun dashboardViewerPrincipals(values: List<Output<String>>)
@JvmName(name = "muuhsrspthavktdh")
suspend fun dashboardViewerPrincipals(vararg values: String)

Parameters

values

Specify the ARNs of IAM roles and IAM users who you want to grant permission to for viewing the dashboards.

In addition to specifying these users here, you must also grant them the CloudWatchOpenSearchDashboardAccess IAM policy. For more information, see IAM policies for users .