Updates environment network to connect to your internal network by using a transit gateway
Source:R/finspace_operations.R
finspace_update_kx_environment_network.RdUpdates 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.
See https://www.paws-r-sdk.com/docs/finspace_update_kx_environment_network/ for full documentation.
Usage
finspace_update_kx_environment_network(
environmentId,
transitGatewayConfiguration = NULL,
customDNSConfiguration = NULL,
clientToken = NULL
)Arguments
- environmentId
[required] A unique identifier for the kdb environment.
- transitGatewayConfiguration
Specifies the transit gateway and network configuration to connect the kdb environment to an internal network.
- customDNSConfiguration
A list of DNS server name and server IP. This is used to set up Route-53 outbound resolvers.
- clientToken
A token that ensures idempotency. This token expires in 10 minutes.