Values.CloseInstancePublicPortsRequestSourceCloses ports for a specific Amazon Lightsail instance. The CloseInstancePublicPorts 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 close for the specified instance.
*)instanceName : ResourceName.t;The name of the instance for which to close 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 ]