Values.CreateInstanceRequestSourceThe request parameters for CreateInstance.
type nonrec t = {instanceName : InstanceName.t option;The AWS Supply Chain instance name.
*)instanceDescription : InstanceDescription.t option;The AWS Supply Chain instance description.
*)kmsKeyArn : KmsKeyArn.t option;The ARN (Amazon Resource Name) of the Key Management Service (KMS) key you provide for encryption. This is required if you do not want to use the Amazon Web Services owned KMS key. If you don't provide anything here, AWS Supply Chain uses the Amazon Web Services owned KMS key.
*)webAppDnsDomain : InstanceWebAppDnsDomain.t option;The DNS subdomain of the web app. This would be "example" in the URL "example.scn.global.on.aws". You can set this to a custom value, as long as the domain isn't already being used by someone else. The name may only include alphanumeric characters and hyphens.
*)clientToken : ClientToken.t option;The client token for idempotency.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of InstanceName.t ])
list ]