GetStaticIpResult

data class GetStaticIpResult(val attachedTo: String? = null, val ipAddress: String? = null, val isAttached: Boolean? = null, val staticIpArn: String? = null)

Constructors

Link copied to clipboard
constructor(attachedTo: String? = null, ipAddress: String? = null, isAttached: Boolean? = null, staticIpArn: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val attachedTo: String? = null

The instance where the static IP is attached.

Link copied to clipboard
val ipAddress: String? = null

The static IP address.

Link copied to clipboard
val isAttached: Boolean? = null

A Boolean value indicating whether the static IP is attached.

Link copied to clipboard
val staticIpArn: String? = null

The Amazon Resource Name (ARN) of the static IP (for example, arn:aws:lightsail:us-east-2:123456789101:StaticIp/244ad76f-8aad-4741-809f-12345EXAMPLE ).