AppConfig.Deployment
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-deployment.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appconfig-deployment-tags.html
type properties = {
deployment_strategy_id : string;
configuration_profile_id : string;
environment_id : string;
kms_key_identifier : string option;
description : string option;
configuration_version : string;
application_id : string;
}
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-deployment.html;
val make_properties :
deployment_strategy_id:string ->
configuration_profile_id:string ->
environment_id:string ->
?kms_key_identifier:string ->
?description:string ->
configuration_version:string ->
application_id:string ->
?tags:tags list ->
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