Values_2.SecurityGroupVpcAssociationSourceA security group association with a VPC that you made with AssociateSecurityGroupVpc.
type nonrec t = {groupId : Values_0.SecurityGroupId.t option;The association's security group ID.
*)vpcId : Values_0.VpcId.t option;The association's VPC ID.
*)vpcOwnerId : Values_0.String_.t option;The Amazon Web Services account ID of the owner of the VPC.
*)state : Values_1.SecurityGroupVpcAssociationState.t option;The association's state.
*)stateReason : Values_0.String_.t option;The association's state reason.
*)groupOwnerId : Values_0.String_.t option;The Amazon Web Services account ID of the owner of the security group.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of Values_0.SecurityGroupId.t ])
list ]