Module Values.UpdateKxEnvironmentNetworkResponseSource

Updates environment network to connect to your internal network by using a transit gateway. This API supports request to create a transit gateway attachment from FinSpace VPC to your transit gateway ID and create a custom Route-53 outbound resolvers. Once you send a request to update a network, you cannot change it again. Network update might require termination of any clusters that are running in the existing network.

Sourcetype nonrec t = {
  1. name : KxEnvironmentName.t option;
    (*

    The name of the kdb environment.

    *)
  2. environmentId : IdType.t option;
    (*

    A unique identifier for the kdb environment.

    *)
  3. awsAccountId : IdType.t option;
    (*

    The unique identifier of the AWS account that is used to create the kdb environment.

    *)
  4. status : EnvironmentStatus.t option;
    (*

    The status of the kdb environment.

    *)
  5. tgwStatus : TgwStatus.t option;
    (*

    The status of the network configuration.

    *)
  6. dnsStatus : DnsStatus.t option;
    (*

    The status of DNS configuration.

    *)
  7. errorMessage__lc1 : EnvironmentErrorMessage.t option;
    (*

    Specifies the error message that appears if a flow fails.

    *)
  8. description : Description.t option;
    (*

    The description of the environment.

    *)
  9. environmentArn : EnvironmentArn.t option;
    (*

    The ARN identifier of the environment.

    *)
  10. kmsKeyId : KmsKeyId.t option;
    (*

    The KMS key ID to encrypt your data in the FinSpace environment.

    *)
  11. dedicatedServiceAccountId : IdType.t option;
    (*

    A unique identifier for the AWS environment infrastructure account.

    *)
  12. transitGatewayConfiguration : TransitGatewayConfiguration.t option;
  13. customDNSConfiguration : CustomDNSConfiguration.t option;
    (*

    A list of DNS server name and server IP. This is used to set up Route-53 outbound resolvers.

    *)
  14. creationTimestamp : Timestamp.t option;
    (*

    The timestamp at which the kdb environment was created in FinSpace.

    *)
  15. updateTimestamp : Timestamp.t option;
    (*

    The timestamp at which the kdb environment was updated.

    *)
  16. availabilityZoneIds : AvailabilityZoneIds.t option;
    (*

    The identifier of the availability zones where subnets for the environment are created.

    *)
}
Sourcetype nonrec error = [
  1. | `AccessDeniedException of AccessDeniedException.t
  2. | `ConflictException of ConflictException.t
  3. | `InternalServerException of InternalServerException.t
  4. | `ResourceNotFoundException of ResourceNotFoundException.t
  5. | `ThrottlingException of ThrottlingException.t
  6. | `ValidationException of ValidationException.t
  7. | `Unknown_operation_error of string * string option
]
Sourceval make : ?name:??? -> ?environmentId:??? -> ?awsAccountId:??? -> ?status:??? -> ?tgwStatus:??? -> ?dnsStatus:??? -> ?errorMessage__lc1:??? -> ?description:??? -> ?environmentArn:??? -> ?kmsKeyId:??? -> ?dedicatedServiceAccountId:??? -> ?transitGatewayConfiguration:??? -> ?customDNSConfiguration:??? -> ?creationTimestamp:??? -> ?updateTimestamp:??? -> ?availabilityZoneIds:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `AccessDeniedException of AccessDeniedException.t | `ConflictException of ConflictException.t | `InternalServerException of InternalServerException.t | `ResourceNotFoundException of ResourceNotFoundException.t | `ThrottlingException of ThrottlingException.t | `Unknown_operation_error of string * string option | `ValidationException of ValidationException.t ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `AccessDeniedException of AccessDeniedException.t | `ConflictException of ConflictException.t | `InternalServerException of InternalServerException.t | `ResourceNotFoundException of ResourceNotFoundException.t | `ThrottlingException of ThrottlingException.t | `Unknown_operation_error of string * string option | `ValidationException of ValidationException.t ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t