Values.EnvironmentSourceRepresents an FinSpace environment.
type nonrec t = {name : EnvironmentName.t option;The name of the FinSpace environment.
*)environmentId : IdType.t option;The identifier of the FinSpace environment.
*)awsAccountId : IdType.t option;The ID of the AWS account in which the FinSpace environment is created.
*)status : EnvironmentStatus.t option;The current status of creation of the FinSpace environment.
*)environmentUrl : Url.t option;The sign-in URL for the web application of your FinSpace environment.
*)description : Description.t option;The description of the FinSpace environment.
*)environmentArn : EnvironmentArn.t option;The Amazon Resource Name (ARN) of your FinSpace environment.
*)sageMakerStudioDomainUrl : SmsDomainUrl.t option;The URL of the integrated FinSpace notebook environment in your web application.
*)kmsKeyId : KmsKeyId.t option;The KMS key id used to encrypt in the FinSpace environment.
*)dedicatedServiceAccountId : IdType.t option;The AWS account ID of the dedicated service account associated with your FinSpace environment.
*)federationMode : FederationMode.t option;The authentication mode for the environment.
*)federationParameters : FederationParameters.t option;Configuration information when authentication mode is FEDERATED.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of EnvironmentName.t
| `Structure of
(string
* [> `Map of
([> `String of FederationAttributeKey.t ]
* [> `String of FederationAttributeValue.t ])
list
| `String of SamlMetadataDocument.t ])
list ])
list ]