Module Values_2.SecurityGroupVpcAssociationSource

A security group association with a VPC that you made with AssociateSecurityGroupVpc.

Sourcetype nonrec t = {
  1. groupId : Values_0.SecurityGroupId.t option;
    (*

    The association's security group ID.

    *)
  2. vpcId : Values_0.VpcId.t option;
    (*

    The association's VPC ID.

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

    The Amazon Web Services account ID of the owner of the VPC.

    *)
  4. state : Values_1.SecurityGroupVpcAssociationState.t option;
    (*

    The association's state.

    *)
  5. stateReason : Values_0.String_.t option;
    (*

    The association's state reason.

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

    The Amazon Web Services account ID of the owner of the security group.

    *)
}
Sourceval make : ?groupId:??? -> ?vpcId:??? -> ?vpcOwnerId:??? -> ?state:??? -> ?stateReason:??? -> ?groupOwnerId:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of Values_0.SecurityGroupId.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