Values.AwsEc2SecurityGroupDetailsSourceDetails about an Amazon EC2 security group.
type nonrec t = {groupName : NonEmptyString.t option;The name of the security group.
*)groupId : NonEmptyString.t option;The ID of the security group.
*)ownerId : NonEmptyString.t option;The Amazon Web Services account ID of the owner of the security group.
*)vpcId : NonEmptyString.t option;[VPC only] The ID of the VPC for the security group.
*)ipPermissions : AwsEc2SecurityGroupIpPermissionList.t option;The inbound rules associated with the security group.
*)ipPermissionsEgress : AwsEc2SecurityGroupIpPermissionList.t option;[VPC only] The outbound rules associated with the security group.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Integer of Integer.t
| `List of
[> `Structure of
(string * [> `String of NonEmptyString.t ]) list ]
list
| `String of NonEmptyString.t ])
list ]
list
| `String of NonEmptyString.t ])
list ]