Get Dashboard Result
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)
Properties
Link copied to clipboard
The time that this dashboard was created.
Link copied to clipboard
The last time that this dashboard was published.
Link copied to clipboard
The last time that this dashboard was updated.
Link copied to clipboard
A list of analysis Amazon Resource Names (ARNs) to be linked to 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