GroundStation.DataflowEndpointGroup
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-groundstation-dataflowendpointgroup.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-groundstation-dataflowendpointgroup-securitydetails.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-groundstation-dataflowendpointgroup-socketaddress.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-groundstation-dataflowendpointgroup-integerrange.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-groundstation-dataflowendpointgroup-rangedsocketaddress.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-groundstation-dataflowendpointgroup-dataflowendpoint.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-groundstation-dataflowendpointgroup-connectiondetails.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-groundstation-dataflowendpointgroup-rangedconnectiondetails.html
and aws_ground_station_agent_endpoint = {
agent_status : string option;
ingress_address : ranged_connection_details option;
audit_results : string option;
name : string option;
egress_address : connection_details option;
}
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-groundstation-dataflowendpointgroup-awsgroundstationagentendpoint.html
and endpoint_details = {
endpoint : dataflow_endpoint option;
aws_ground_station_agent_endpoint : aws_ground_station_agent_endpoint option;
security_details : security_details option;
}
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-groundstation-dataflowendpointgroup-endpointdetails.html
type properties = {
contact_post_pass_duration_seconds : int option;
endpoint_details : endpoint_details list;
contact_pre_pass_duration_seconds : int option;
}
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-groundstation-dataflowendpointgroup.html;
val make_properties :
?contact_post_pass_duration_seconds:int ->
endpoint_details:endpoint_details list ->
?tags:tag list ->
?contact_pre_pass_duration_seconds:int ->
unit ->
properties
val make_tag : value:string -> key:string -> unit -> tag
val make_security_details :
?subnet_ids:string list ->
?security_group_ids:string list ->
?role_arn:string ->
unit ->
security_details
val make_socket_address : ?port:int -> ?name:string -> unit -> socket_address
val make_integer_range : ?minimum:int -> ?maximum:int -> unit -> integer_range
val make_ranged_socket_address :
?port_range:integer_range ->
?name:string ->
unit ->
ranged_socket_address
val make_dataflow_endpoint :
?address:socket_address ->
?name:string ->
?mtu:int ->
unit ->
dataflow_endpoint
val make_connection_details :
?socket_address:socket_address ->
?mtu:int ->
unit ->
connection_details
val make_ranged_connection_details :
?socket_address:ranged_socket_address ->
?mtu:int ->
unit ->
ranged_connection_details
val make_aws_ground_station_agent_endpoint :
?agent_status:string ->
?ingress_address:ranged_connection_details ->
?audit_results:string ->
?name:string ->
?egress_address:connection_details ->
unit ->
aws_ground_station_agent_endpoint
val make_endpoint_details :
?endpoint:dataflow_endpoint ->
?aws_ground_station_agent_endpoint:aws_ground_station_agent_endpoint ->
?security_details:security_details ->
unit ->
endpoint_details
val yojson_of_tag : tag -> [> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_security_details : security_details -> Yojson.Safe.t
val yojson_of_socket_address : socket_address -> Yojson.Safe.t
val yojson_of_integer_range : integer_range -> Yojson.Safe.t
val yojson_of_ranged_socket_address : ranged_socket_address -> Yojson.Safe.t
val yojson_of_dataflow_endpoint : dataflow_endpoint -> Yojson.Safe.t
val yojson_of_connection_details : connection_details -> Yojson.Safe.t
val yojson_of_ranged_connection_details :
ranged_connection_details ->
Yojson.Safe.t
val yojson_of_aws_ground_station_agent_endpoint :
aws_ground_station_agent_endpoint ->
Yojson.Safe.t
val yojson_of_endpoint_details :
endpoint_details ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_properties :
properties ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val create_attributes : string -> attributes