GetDashboardResult

data class GetDashboardResult(val arn: String? = null, val createdTime: String? = null, val lastPublishedTime: String? = null, val lastUpdatedTime: String? = null, val linkEntities: List<String>? = null, val name: String? = null, val permissions: List<DashboardResourcePermission>? = null, val tags: List<Tag>? = null, val version: DashboardVersion? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, createdTime: String? = null, lastPublishedTime: String? = null, lastUpdatedTime: String? = null, linkEntities: List<String>? = null, name: String? = null, permissions: List<DashboardResourcePermission>? = null, tags: List<Tag>? = null, version: DashboardVersion? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

The Amazon Resource Name (ARN) of the resource.

Link copied to clipboard
val createdTime: String? = null

The time that this dashboard was created.

Link copied to clipboard

The last time that this dashboard was published.

Link copied to clipboard
val lastUpdatedTime: String? = null

The last time that this dashboard was updated.

Link copied to clipboard
val linkEntities: List<String>? = null

A list of analysis Amazon Resource Names (ARNs) to be linked to the dashboard.

Link copied to clipboard
val name: String? = null

The display name of the dashboard.

Link copied to clipboard

A structure that contains the permissions of the dashboard. You can use this structure for granting permissions by providing a list of IAM action information for each principal ARN. To specify no permissions, omit the permissions list.

Link copied to clipboard
val tags: List<Tag>? = null

Contains a map of the key-value pairs for the resource tag or tags assigned to the dashboard.

Link copied to clipboard