LiveEventInputIpAccessControlAllowArgs

data class LiveEventInputIpAccessControlAllowArgs(val address: Output<String>? = null, val name: Output<String>? = null, val subnetPrefixLength: Output<Int>? = null) : ConvertibleToJava<LiveEventInputIpAccessControlAllowArgs>

Constructors

Link copied to clipboard
constructor(address: Output<String>? = null, name: Output<String>? = null, subnetPrefixLength: Output<Int>? = null)

Properties

Link copied to clipboard
val address: Output<String>? = null

The IP address or CIDR range.

Link copied to clipboard
val name: Output<String>? = null

The friendly name for the IP address range.

Link copied to clipboard
val subnetPrefixLength: Output<Int>? = null

The subnet mask prefix length (see CIDR notation).

Functions

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