lightsail_attach_static_ip {paws.compute}R Documentation

Attaches a static IP address to a specific Amazon Lightsail instance

Description

Attaches a static IP address to a specific Amazon Lightsail instance.

See https://www.paws-r-sdk.com/docs/lightsail_attach_static_ip/ for full documentation.

Usage

lightsail_attach_static_ip(staticIpName, instanceName)

Arguments

staticIpName

[required] The name of the static IP.

instanceName

[required] The instance name to which you want to attach the static IP address.


[Package paws.compute version 0.9.0 Index]