MediaConnect.FlowOutput
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconnect-flowoutput.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-flowoutput-vpcinterfaceattachment.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-flowoutput-encryption.html
type properties = {
destination : string option;
smoothing_latency : int option;
stream_id : string option;
description : string option;
port : int option;
remote_id : string option;
encryption : encryption option;
name : string option;
vpc_interface_attachment : vpc_interface_attachment option;
min_latency : int option;
protocol : string;
flow_arn : string;
max_latency : int option;
cidr_allow_list : string list option;
}
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconnect-flowoutput.html;
val make_properties :
?destination:string ->
?smoothing_latency:int ->
?stream_id:string ->
?description:string ->
?port:int ->
?remote_id:string ->
?encryption:encryption ->
?name:string ->
?vpc_interface_attachment:vpc_interface_attachment ->
?min_latency:int ->
protocol:string ->
flow_arn:string ->
?max_latency:int ->
?cidr_allow_list:string list ->
unit ->
properties
val make_vpc_interface_attachment :
?vpc_interface_name:string ->
unit ->
vpc_interface_attachment
val make_encryption :
secret_arn:string ->
?key_type:string ->
?algorithm:string ->
role_arn:string ->
unit ->
encryption
val yojson_of_vpc_interface_attachment :
vpc_interface_attachment ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_encryption :
encryption ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_properties :
properties ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val create_attributes : string -> attributes