DataZone.EnvironmentProfile
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-environmentprofile.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-environmentprofile-environmentparameter.html
type properties = {
project_identifier : string;
user_parameters : environment_parameter list option;
description : string option;
aws_account_region : string;
aws_account_id : string;
environment_blueprint_identifier : string;
name : string;
domain_identifier : string;
}
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-environmentprofile.html;
val make_properties :
project_identifier:string ->
?user_parameters:environment_parameter list ->
?description:string ->
aws_account_region:string ->
aws_account_id:string ->
environment_blueprint_identifier:string ->
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