Module MediaConnect.BridgeOutput

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

type bridge_network_output = {
  1. network_name : string;
  2. port : int;
  3. ip_address : string;
  4. protocol : string;
  5. ttl : int;
}

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-bridgeoutput-bridgenetworkoutput.html

type properties = {
  1. bridge_arn : string;
  2. network_output : bridge_network_output;
  3. name : string;
}

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

val make_properties : bridge_arn:string -> network_output:bridge_network_output -> name:string -> unit -> properties
val make_bridge_network_output : network_name:string -> port:int -> ip_address:string -> protocol:string -> ttl:int -> unit -> bridge_network_output
val yojson_of_bridge_network_output : bridge_network_output -> [> `Assoc of (string * Yojson.Safe.t) list ]
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