DataZone.Environment
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-environment.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-environment-environmentparameter.html
type properties = {
project_identifier : string;
user_parameters : environment_parameter list option;
description : string option;
environment_profile_identifier : string;
glossary_terms : string list option;
name : string;
domain_identifier : string;
}
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-environment.html;
val make_properties :
project_identifier:string ->
?user_parameters:environment_parameter list ->
?description:string ->
environment_profile_identifier:string ->
?glossary_terms:string list ->
name:string ->
domain_identifier:string ->
unit ->
properties
val make_environment_parameter :
?value:string ->
?name:string ->
unit ->
environment_parameter
val yojson_of_environment_parameter :
environment_parameter ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_properties :
properties ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val create_attributes : string -> attributes