AclRolePolicyArgs

data class AclRolePolicyArgs(val name: Output<String>) : ConvertibleToJava<AclRolePolicyArgs>

Constructors

Link copied to clipboard
constructor(name: Output<String>)

Properties

Link copied to clipboard
val name: Output<String>

(string: <required>) - A human-friendly name for this ACL Role.

Functions

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