Values.GetKxEnvironmentResponseSourceRetrieves all the information for the specified kdb environment.
type nonrec t = {name : KxEnvironmentName.t option;The name of the kdb environment.
*)environmentId : IdType.t option;A unique identifier for the kdb environment.
*)awsAccountId : IdType.t option;The unique identifier of the AWS account that is used to create the kdb environment.
*)status : EnvironmentStatus.t option;The status of the kdb environment.
*)tgwStatus : TgwStatus.t option;The status of the network configuration.
*)dnsStatus : DnsStatus.t option;The status of DNS configuration.
*)errorMessage__lc1 : EnvironmentErrorMessage.t option;Specifies the error message that appears if a flow fails.
*)description : Description.t option;A description for the kdb environment.
*)environmentArn : EnvironmentArn.t option;The ARN identifier of the environment.
*)kmsKeyId : KmsKeyId.t option;The KMS key ID to encrypt your data in the FinSpace environment.
*)dedicatedServiceAccountId : IdType.t option;A unique identifier for the AWS environment infrastructure account.
*)transitGatewayConfiguration : TransitGatewayConfiguration.t option;customDNSConfiguration : CustomDNSConfiguration.t option;A list of DNS server name and server IP. This is used to set up Route-53 outbound resolvers.
*)creationTimestamp : Timestamp.t option;The timestamp at which the kdb environment was created in FinSpace.
*)updateTimestamp : Timestamp.t option;The timestamp at which the kdb environment was updated.
*)availabilityZoneIds : AvailabilityZoneIds.t option;The identifier of the availability zones where subnets for the environment are created.
*)certificateAuthorityArn : StringValueLength1to255.t option;The Amazon Resource Name (ARN) of the certificate authority of the kdb environment.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `ConflictException of ConflictException.t| `InternalServerException of InternalServerException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val make :
?name:??? ->
?environmentId:??? ->
?awsAccountId:??? ->
?status:??? ->
?tgwStatus:??? ->
?dnsStatus:??? ->
?errorMessage__lc1:??? ->
?description:??? ->
?environmentArn:??? ->
?kmsKeyId:??? ->
?dedicatedServiceAccountId:??? ->
?transitGatewayConfiguration:??? ->
?customDNSConfiguration:??? ->
?creationTimestamp:??? ->
?updateTimestamp:??? ->
?availabilityZoneIds:??? ->
?certificateAuthorityArn:??? ->
unit ->
tval error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `ConflictException of ConflictException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `ConflictException of ConflictException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `String of AvailabilityZoneId.t
| `Structure of (string * [> `String of ValidHostname.t ]) list ]
list
| `String of KxEnvironmentName.t
| `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string
| `Integer of RuleNumber.t
| `String of Protocol.t
| `Structure of
(string * [> `Integer of Port.t ]) list ])
list ]
list
| `String of TransitGatewayID.t ])
list
| `Timestamp of Timestamp.t ])
list ]