Module Values_2.StaleSecurityGroupSource

Describes a stale security group (a security group that contains stale rules).

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

    The description of the security group.

    *)
  2. groupId : Values_0.String_.t option;
    (*

    The ID of the security group.

    *)
  3. groupName : Values_0.String_.t option;
    (*

    The name of the security group.

    *)
  4. staleIpPermissions : Values_1.StaleIpPermissionSet.t option;
    (*

    Information about the stale inbound rules in the security group.

    *)
  5. staleIpPermissionsEgress : Values_1.StaleIpPermissionSet.t option;
    (*

    Information about the stale outbound rules in the security group.

    *)
  6. vpcId : Values_0.String_.t option;
    (*

    The ID of the VPC for the security group.

    *)
}
Sourceval make : ?description:??? -> ?groupId:??? -> ?groupName:??? -> ?staleIpPermissions:??? -> ?staleIpPermissionsEgress:??? -> ?vpcId:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Integer of int | `List of [> `String of string | `Structure of (string * [> `String of string ]) list ] list | `String of string ]) list ] list | `String of Values_0.String_.t ]) 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