GroundStation.MissionProfile
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-groundstation-missionprofile.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-groundstation-missionprofile-streamskmskey.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-missionprofile-dataflowedge.html
type properties = {
streams_kms_key : streams_kms_key option;
contact_post_pass_duration_seconds : int option;
minimum_viable_contact_duration_seconds : int;
dataflow_edges : dataflow_edge list;
streams_kms_role : string option;
tracking_config_arn : string;
name : string;
contact_pre_pass_duration_seconds : int option;
}
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-groundstation-missionprofile.html;
val make_properties :
?streams_kms_key:streams_kms_key ->
?contact_post_pass_duration_seconds:int ->
minimum_viable_contact_duration_seconds:int ->
dataflow_edges:dataflow_edge list ->
?streams_kms_role:string ->
tracking_config_arn:string ->
?tags:tag list ->
name:string ->
?contact_pre_pass_duration_seconds:int ->
unit ->
properties
val make_streams_kms_key :
?kms_key_arn:string ->
?kms_alias_arn:string ->
unit ->
streams_kms_key
val make_tag : value:string -> key:string -> unit -> tag
val make_dataflow_edge :
?destination:string ->
?source:string ->
unit ->
dataflow_edge
val yojson_of_streams_kms_key :
streams_kms_key ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_tag : tag -> [> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_dataflow_edge :
dataflow_edge ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_properties :
properties ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val create_attributes : string -> attributes