AccountAssociationItem

Structure containing information about an account association, including its identifier, state, and related metadata.

Types

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

Properties

Link copied to clipboard

The unique identifier of the account association.

Link copied to clipboard
val arn: String?

The Amazon Resource Name (ARN) of the account association.

Link copied to clipboard

The current state of the account association, indicating its status in the association lifecycle.

Link copied to clipboard

The identifier of the connector destination associated with this account association.

Link copied to clipboard

A description of the account association.

Link copied to clipboard

The error message explaining any issues with the account association, if applicable.

Link copied to clipboard
val name: String?

The name of the account association.

Functions

Link copied to clipboard
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