FleetEc2InboundPermissionArgs

data class FleetEc2InboundPermissionArgs(val fromPort: Output<Int>, val ipRange: Output<String>, val protocol: Output<String>, val toPort: Output<Int>) : ConvertibleToJava<FleetEc2InboundPermissionArgs>

Constructors

Link copied to clipboard
constructor(fromPort: Output<Int>, ipRange: Output<String>, protocol: Output<String>, toPort: Output<Int>)

Properties

Link copied to clipboard
val fromPort: Output<Int>

Starting value for a range of allowed port numbers.

Link copied to clipboard
val ipRange: Output<String>

Range of allowed IP addresses expressed in CIDR notationE.g., 000.000.000.000/[subnet mask] or 0&#46;0&#46;0&#46;0/[subnet mask].

Link copied to clipboard
val protocol: Output<String>

Network communication protocol used by the fleetE.g., TCP or UDP

Link copied to clipboard
val toPort: Output<Int>

Ending value for a range of allowed port numbers. Port numbers are end-inclusive. This value must be higher than from_port.

Functions

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