Redshift.ClusterSecurityGroupIngress
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html
type properties = {
cidrip : string option;
cluster_security_group_name : string;
e_c2_security_group_name : string option;
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 ]
val create_attributes : string -> attributes