Get Static Ip Result
data class GetStaticIpResult(val attachedTo: String? = null, val ipAddress: String? = null, val isAttached: Boolean? = null, val staticIpArn: String? = null)
Properties
Link copied to clipboard
The instance where the static IP is attached.
Link copied to clipboard
A Boolean value indicating whether the static IP is attached.
Link copied to clipboard
The Amazon Resource Name (ARN) of the static IP (for example, arn:aws:lightsail:us-east-2:123456789101:StaticIp/244ad76f-8aad-4741-809f-12345EXAMPLE
).