InstanceInfo

Information about an on-premises instance.

Types

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

Properties

Link copied to clipboard

If the on-premises instance was deregistered, the time at which the on-premises instance was deregistered.

Link copied to clipboard

The ARN of the IAM session associated with the on-premises instance.

Link copied to clipboard

The user ARN associated with the on-premises instance.

Link copied to clipboard

The ARN of the on-premises instance.

Link copied to clipboard

The name of the on-premises instance.

Link copied to clipboard

The time at which the on-premises instance was registered.

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

The tags currently associated with the on-premises instance.

Functions

Link copied to clipboard
inline fun copy(block: InstanceInfo.Builder.() -> Unit = {}): InstanceInfo
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