Values.EC2CopyRouteTableActionSourceAn action that copies the EC2 route table for use in remediation.
type nonrec t = {description : LengthBoundedString.t option;A description of the copied EC2 route table that is associated with the remediation action.
*)vpcId : ActionTarget.t option;The VPC ID of the copied EC2 route table that is associated with the remediation action.
*)routeTableId : ActionTarget.t option;The ID of the copied 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 ]