Access Control List Action Args
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)