Module Values.AuthorizeClusterSecurityGroupIngressMessageSource

Sourcetype nonrec t = {
  1. clusterSecurityGroupName : String_.t;
    (*

    The name of the security group to which the ingress rule is added.

    *)
  2. cIDRIP : String_.t option;
    (*

    The IP range to be added the Amazon Redshift security group.

    *)
  3. eC2SecurityGroupName : String_.t option;
    (*

    The EC2 security group to be added the Amazon Redshift security group.

    *)
  4. eC2SecurityGroupOwnerId : String_.t option;
    (*

    The Amazon Web Services account number of the owner of the security group specified by the EC2SecurityGroupName parameter. The Amazon Web Services Access Key ID is not an acceptable value. Example: 111122223333

    *)
}
Sourceval context_ : string
Sourceval make : ?cIDRIP:??? -> ?eC2SecurityGroupName:??? -> ?eC2SecurityGroupOwnerId:??? -> clusterSecurityGroupName:String_.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of String_.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