AclRoleArgs

data class AclRoleArgs(val description: Output<String>? = null, val name: Output<String>? = null, val policies: Output<List<AclRolePolicyArgs>>? = null) : ConvertibleToJava<AclRoleArgs>

Constructors

Link copied to clipboard
constructor(description: Output<String>? = null, name: Output<String>? = null, policies: Output<List<AclRolePolicyArgs>>? = null)

Properties

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

(string: "") - A description of the ACL Role.

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

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

Link copied to clipboard
val policies: Output<List<AclRolePolicyArgs>>? = null

(set: <required>) - A set of policy names to associate with this ACL Role. It may be used multiple times.

Functions

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