MediaConnect.FlowVpcInterface
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconnect-flowvpcinterface.html
type properties = {
subnet_id : string;
flow_arn : string;
security_group_ids : string list;
role_arn : string;
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 ]
val create_attributes : string -> attributes