Module Values.EC2CopyRouteTableActionSource

An action that copies the EC2 route table for use in remediation.

Sourcetype nonrec t = {
  1. description : LengthBoundedString.t option;
    (*

    A description of the copied EC2 route table that is associated with the remediation action.

    *)
  2. vpcId : ActionTarget.t option;
    (*

    The VPC ID of the copied EC2 route table that is associated with the remediation action.

    *)
  3. routeTableId : ActionTarget.t option;
    (*

    The ID of the copied EC2 route table that is associated with the remediation action.

    *)
}
Sourceval make : ?description:??? -> ?vpcId:??? -> ?routeTableId:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of LengthBoundedString.t | `Structure of (string * [> `String of ResourceId.t ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t