AccessControlArgs

data class AccessControlArgs(val defaultAction: Output<Either<String, DefaultAction>>? = null, val ipAllowList: Output<List<String>>? = null) : ConvertibleToJava<AccessControlArgs>

Constructors

Link copied to clipboard
constructor(defaultAction: Output<Either<String, DefaultAction>>? = null, ipAllowList: Output<List<String>>? = null)

Properties

Link copied to clipboard
val defaultAction: Output<Either<String, DefaultAction>>? = null

The behavior for IP access control in Key Delivery.

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

The IP allow list for access control in Key Delivery. If the default action is set to 'Allow', the IP allow list must be empty.

Functions

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