Module Values.ApplySecurityGroupsToLoadBalancerInputSource

Contains the parameters for ApplySecurityGroupsToLoadBalancer.

Sourcetype nonrec t = {
  1. loadBalancerName : AccessPointName.t;
    (*

    The name of the load balancer.

    *)
  2. securityGroups : SecurityGroups.t;
    (*

    The IDs of the security groups to associate with the load balancer. Note that you cannot specify the name of the security group.

    *)
}
Sourceval context_ : string
Sourceval make : loadBalancerName:AccessPointName.t -> securityGroups:SecurityGroups.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of SecurityGroupId.t ] list | `String of AccessPointName.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