DirectoryService.SimpleAD
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-directoryservice-simplead-vpcsettings.html
type properties = {
description : string option;
vpc_settings : vpc_settings;
size : string;
create_alias : bool option;
enable_sso : bool option;
short_name : string option;
name : string;
password : string option;
}
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html;
val make_properties :
?description:string ->
vpc_settings:vpc_settings ->
size:string ->
?create_alias:bool ->
?enable_sso:bool ->
?short_name:string ->
name:string ->
?password:string ->
unit ->
properties
val make_vpc_settings :
vpc_id:string ->
subnet_ids:string list ->
unit ->
vpc_settings
val yojson_of_vpc_settings :
vpc_settings ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_properties :
properties ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val create_attributes : string -> attributes