LiveEventPreviewIpAccessControlAllowArgs

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

Constructors

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

Functions

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

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).