Values.OpenInstancePublicPortsRequestSourceOpens ports for a specific Amazon Lightsail instance, and specifies the IP addresses allowed to connect to the instance through the ports, and the protocol. The OpenInstancePublicPorts action supports tag-based access control via resource tags applied to the resource identified by instanceName. For more information, see the Amazon Lightsail Developer Guide.
type nonrec t = {portInfo : PortInfo.t;An object to describe the ports to open for the specified instance.
*)instanceName : ResourceName.t;The name of the instance for which to open ports.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of ResourceName.t
| `Structure of
(string
* [> `Enum of string
| `Integer of Port.t
| `List of [> `String of String_.t ] list ])
list ])
list ]