Values.EC2AssociateRouteTableActionSourceThe action of associating an EC2 resource, such as a subnet or internet gateway, with a route table.
type nonrec t = {description : LengthBoundedString.t option;A description of the EC2 route table that is associated with the remediation action.
*)routeTableId : ActionTarget.t option;The ID of the EC2 route table that is associated with the remediation action.
*)subnetId : ActionTarget.t option;The ID of the subnet for the EC2 route table that is associated with the remediation action.
*)gatewayId : ActionTarget.t option;The ID of the gateway to be used with the EC2 route table that is associated with the remediation action.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of LengthBoundedString.t
| `Structure of (string * [> `String of ResourceId.t ]) list ])
list ]