AccessControlArgs

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

Constructors

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

Functions

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

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.