ListLinksItem

A structure that contains information about one of this source account's links to a monitoring account.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String?

The ARN of the link.

Link copied to clipboard
val id: String?

The random ID string that Amazon Web Services generated as part of the link ARN.

Link copied to clipboard

The label that was assigned to this link at creation, with the variables resolved to their actual values.

Link copied to clipboard

The resource types supported by this link.

Link copied to clipboard

The ARN of the sink that this link is attached to.

Functions

Link copied to clipboard
inline fun copy(block: ListLinksItem.Builder.() -> Unit = {}): ListLinksItem
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String