Values_2.StaleSecurityGroupSourceDescribes a stale security group (a security group that contains stale rules).
type nonrec t = {description : Values_0.String_.t option;The description of the security group.
*)groupId : Values_0.String_.t option;The ID of the security group.
*)groupName : Values_0.String_.t option;The name of the security group.
*)staleIpPermissions : Values_1.StaleIpPermissionSet.t option;Information about the stale inbound rules in the security group.
*)staleIpPermissionsEgress : Values_1.StaleIpPermissionSet.t option;Information about the stale outbound rules in the security group.
*)vpcId : Values_0.String_.t option;The ID of the VPC for the security group.
*)}val 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 ]