InstanceAccess

Information and credentials that you can use to remotely connect to an instance in an EC2 managed fleet. This data type is returned in response to a call to GetInstanceAccess.

Types

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

Properties

Link copied to clipboard

Security credentials that are required to access the instance.

Link copied to clipboard

A unique identifier for the fleet containing the instance to be accessed.

Link copied to clipboard

A unique identifier for the instance to be accessed.

Link copied to clipboard

IP address assigned to the instance.

Link copied to clipboard

Operating system that is running on the instance.

Functions

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