lightsail_put_instance_public_ports {paws.compute} | R Documentation |
Opens ports for a specific Amazon Lightsail instance, and specifies the IP addresses allowed to connect to the instance through the ports, and the protocol
Description
Opens ports for a specific Amazon Lightsail instance, and specifies the IP addresses allowed to connect to the instance through the ports, and the protocol. This action also closes all currently open ports that are not included in the request. Include all of the ports and the protocols you want to open in your put_instance_public_ports
request. Or use the open_instance_public_ports
action to open ports without closing currently open ports.
See https://www.paws-r-sdk.com/docs/lightsail_put_instance_public_ports/ for full documentation.
Usage
lightsail_put_instance_public_ports(portInfos, instanceName)
Arguments
portInfos |
[required] An array of objects to describe the ports to open for the specified instance. |
instanceName |
[required] The name of the instance for which to open ports. |
[Package paws.compute version 0.7.0 Index]