Values.CreateKxEnvironmentRequestSourceCreates a managed kdb environment for the account.
type nonrec t = {name : KxEnvironmentName.t;The name of the kdb environment that you want to create.
*)description : Description.t option;A description for the kdb environment.
*)kmsKeyId : KmsKeyARN.t;The KMS key ID to encrypt your data in the FinSpace environment.
*)clientToken : ClientToken.t option;A token that ensures idempotency. This token expires in 10 minutes.
*)}val make :
?description:??? ->
?tags:??? ->
?clientToken:??? ->
name:KxEnvironmentName.t ->
kmsKeyId:KmsKeyARN.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of KxEnvironmentName.t ])
list ]