Module ElastiCache.SecurityGroupIngress

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html

type properties = {
  1. cache_security_group_name : string;
  2. e_c2_security_group_name : string;
  3. e_c2_security_group_owner_id : string option;
}

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html;

val make_properties : cache_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