DirectoryService.MicrosoftAD
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-directoryservice-microsoftad-vpcsettings.html
type properties = {
create_alias : bool option;
edition : string option;
enable_sso : bool option;
name : string;
password : string;
short_name : string option;
vpc_settings : vpc_settings;
}
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html;
val make_properties :
?create_alias:bool ->
?edition:string ->
?enable_sso:bool ->
name:string ->
password:string ->
?short_name:string ->
vpc_settings:vpc_settings ->
unit ->
properties
val make_vpc_settings :
subnet_ids:string list ->
vpc_id:string ->
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