AppConfig.DeploymentStrategy
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-deploymentstrategy.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appconfig-deploymentstrategy-tags.html
type properties = {
replicate_to : string;
growth_type : string option;
description : string option;
deployment_duration_in_minutes : float;
growth_factor : float;
final_bake_time_in_minutes : float option;
name : string;
}
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-deploymentstrategy.html;
val make_properties :
replicate_to:string ->
?growth_type:string ->
?description:string ->
deployment_duration_in_minutes:float ->
growth_factor:float ->
?final_bake_time_in_minutes:float ->
?tags:tags list ->
name:string ->
unit ->
properties
val make_tags : ?value:string -> ?key:string -> unit -> tags
val yojson_of_tags : tags -> [> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_properties :
properties ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val create_attributes : string -> attributes