data class AclAclEntryArgs(val description: Output<String>? = null, val entry: Output<String>? = null, val status: Output<String>? = null) : ConvertibleToJava<AclAclEntryArgs>
The description of the ACL entry. The description must be 1 to 256 characters in length, and can contain letters, digits, hyphens (-), forward slashes (/), periods (.),and underscores (_). It can also contain Chinese characters.