View source: R/finspace_operations.R
finspace_update_kx_environment_network | R Documentation |
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.
See https://www.paws-r-sdk.com/docs/finspace_update_kx_environment_network/ for full documentation.
finspace_update_kx_environment_network(
environmentId,
transitGatewayConfiguration = NULL,
customDNSConfiguration = NULL,
clientToken = NULL
)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.