StaticIpArgs

data class StaticIpArgs(val attachedTo: Output<String>? = null, val staticIpName: Output<String>? = null) : ConvertibleToJava<StaticIpArgs>

Resource Type definition for AWS::Lightsail::StaticIp

Constructors

Link copied to clipboard
constructor(attachedTo: Output<String>? = null, staticIpName: Output<String>? = null)

Properties

Link copied to clipboard
val attachedTo: Output<String>? = null

The instance where the static IP is attached.

Link copied to clipboard
val staticIpName: Output<String>? = null

The name of the static IP address.

Functions

Link copied to clipboard
open override fun toJava(): StaticIpArgs