AccessControlListAclEntryArgs

data class AccessControlListAclEntryArgs(val aclEntryComment: Output<String>? = null, val aclEntryIp: Output<String>? = null) : ConvertibleToJava<AccessControlListAclEntryArgs>

Constructors

Link copied to clipboard
constructor(aclEntryComment: Output<String>? = null, aclEntryIp: Output<String>? = null)

Properties

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

The description of the ACL.

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

The entries that you want to add to the ACL. You can add CIDR blocks. Separate multiple CIDR blocks with commas (,).

Functions

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