AclEntryListArgs

data class AclEntryListArgs(val comment: Output<String>? = null, val entry: Output<String>? = null) : ConvertibleToJava<AclEntryListArgs>

Constructors

Link copied to clipboard
fun AclEntryListArgs(comment: Output<String>? = null, entry: Output<String>? = null)

Functions

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

Properties

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