Module MediaConnect.FlowVpcInterface

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconnect-flowvpcinterface.html

type properties = {
  1. subnet_id : string;
  2. flow_arn : string;
  3. security_group_ids : string list;
  4. role_arn : string;
  5. name : string;
}

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

val make_properties : subnet_id:string -> flow_arn:string -> security_group_ids:string list -> role_arn:string -> name:string -> unit -> properties
val yojson_of_properties : properties -> [> `Assoc of (string * Yojson.Safe.t) list ]
type attributes = {
  1. ref_ : string;
  2. network_interface_ids : string list;
}
val create_attributes : string -> attributes
val cloudformation_type : string