AccessControlListActionArgs

data class AccessControlListActionArgs(val counterName: Output<String>? = null, val type: Output<Either<String, AclActionType>>? = null) : ConvertibleToJava<AccessControlListActionArgs>

Action that need to performed.

Constructors

Link copied to clipboard
constructor(counterName: Output<String>? = null, type: Output<Either<String, AclActionType>>? = null)

Properties

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

Name of the counter block to get match count information.

Link copied to clipboard
val type: Output<Either<String, AclActionType>>? = null

Type of actions that can be performed.

Functions

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