Module Redshift.ClusterSecurityGroupIngress

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html

type properties = {
  1. cidrip : string option;
  2. cluster_security_group_name : string;
  3. e_c2_security_group_name : string option;
  4. e_c2_security_group_owner_id : string option;
}

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html;

val make_properties : ?cidrip:string -> cluster_security_group_name:string -> ?e_c2_security_group_name:string -> ?e_c2_security_group_owner_id:string -> unit -> properties
val yojson_of_properties : properties -> [> `Assoc of (string * Yojson.Safe.t) list ]
type attributes = {
  1. ref_ : string;
}
val create_attributes : string -> attributes
val cloudformation_type : string