KxEnvironmentTransitGatewayConfigurationAttachmentNetworkAclConfigurationPortRangeArgs

data class KxEnvironmentTransitGatewayConfigurationAttachmentNetworkAclConfigurationPortRangeArgs(val from: Output<Int>, val to: Output<Int>) : ConvertibleToJava<KxEnvironmentTransitGatewayConfigurationAttachmentNetworkAclConfigurationPortRangeArgs>

Constructors

constructor(from: Output<Int>, to: Output<Int>)

Properties

Link copied to clipboard
val from: Output<Int>

First port in the range.

Link copied to clipboard
val to: Output<Int>

Last port in the range.

Functions

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