KxEnvironmentTransitGatewayConfigurationArgs

data class KxEnvironmentTransitGatewayConfigurationArgs(val attachmentNetworkAclConfigurations: Output<List<KxEnvironmentTransitGatewayConfigurationAttachmentNetworkAclConfigurationArgs>>? = null, val routableCidrSpace: Output<String>, val transitGatewayId: Output<String>) : ConvertibleToJava<KxEnvironmentTransitGatewayConfigurationArgs>

Constructors

constructor(attachmentNetworkAclConfigurations: Output<List<KxEnvironmentTransitGatewayConfigurationAttachmentNetworkAclConfigurationArgs>>? = null, routableCidrSpace: Output<String>, transitGatewayId: Output<String>)

Properties

Link copied to clipboard

Rules that define how you manage outbound traffic from kdb network to your internal network. Defined below.

Link copied to clipboard

Routing CIDR on behalf of KX environment. It could be any “/26 range in the 100.64.0.0 CIDR space. After providing, it will be added to the customer’s transit gateway routing table so that the traffics could be routed to KX network.

Link copied to clipboard

Identifier of the transit gateway created by the customer to connect outbound traffics from KX network to your internal network.

Functions

Link copied to clipboard
open override fun toJava(): KxEnvironmentTransitGatewayConfigurationArgs