StaticIp

class StaticIp : KotlinCustomResource

Resource Type definition for AWS::Lightsail::StaticIp

Properties

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

The instance where the static IP is attached.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val ipAddress: Output<String>

The static IP address.

Link copied to clipboard
val isAttached: Output<Boolean>

A Boolean value indicating whether the static IP is attached.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val staticIpArn: Output<String>

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

Link copied to clipboard
val staticIpName: Output<String>

The name of the static IP address.

Link copied to clipboard
val urn: Output<String>