SystemsManagerSAP.Application
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-systemsmanagersap-application.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-systemsmanagersap-application-credential.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html
type properties = {
instances : string list option;
application_type : string;
sap_instance_number : string option;
application_id : string;
credentials : credential list option;
sid : string option;
}
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-systemsmanagersap-application.html;
val make_properties :
?instances:string list ->
application_type:string ->
?sap_instance_number:string ->
application_id:string ->
?credentials:credential list ->
?tags:tag list ->
?sid:string ->
unit ->
properties
val make_credential :
?secret_id:string ->
?database_name:string ->
?credential_type:string ->
unit ->
credential
val make_tag : value:string -> key:string -> unit -> tag
val yojson_of_credential :
credential ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_tag : tag -> [> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_properties :
properties ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val create_attributes : string -> attributes