Values.InstanceSourceThe details of the instance.
type nonrec t = {instanceId : UUID.t option;The Amazon Web Services Supply Chain instance identifier.
*)awsAccountId : AwsAccountId.t option;The Amazon Web Services account ID that owns the instance.
*)state : InstanceState.t option;The state of the instance.
*)errorMessage : String_.t option;The Amazon Web Services Supply Chain instance error message. If the instance results in an unhealthy state, customers need to check the error message, delete the current instance, and recreate a new one based on the mitigation from the error message.
*)webAppDnsDomain : InstanceWebAppDnsDomain.t option;The WebApp DNS domain name of the instance.
*)createdTime : Timestamp.t option;The instance creation timestamp.
*)lastModifiedTime : Timestamp.t option;The instance last modified timestamp.
*)instanceName : InstanceName.t option;The Amazon Web Services Supply Chain instance name.
*)instanceDescription : InstanceDescription.t option;The Amazon Web Services Supply Chain instance description.
*)kmsKeyArn : KmsKeyArn.t option;The ARN (Amazon Resource Name) of the Key Management Service (KMS) key you optionally provided for encryption. If you did not provide anything here, AWS Supply Chain uses the Amazon Web Services owned KMS key and nothing is returned.
*)versionNumber : Double.t option;The version number of the instance.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Double of Double.t
| `Enum of string
| `String of UUID.t
| `Timestamp of Timestamp.t ])
list ]