SqlAclEntryArgs

data class SqlAclEntryArgs(val expireTime: Output<String>? = null, val label: Output<String>? = null, val ttl: Output<String>? = null, val value: Output<String>? = null) : ConvertibleToJava<SqlAclEntryArgs>

An entry for an Access Control list.

Constructors

Link copied to clipboard
fun SqlAclEntryArgs(expireTime: Output<String>? = null, label: Output<String>? = null, ttl: Output<String>? = null, value: Output<String>? = null)

Functions

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

Properties

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

The time when this access control entry expires in RFC 3339 format, for example: 2012-11-15T16:19:00.094Z.

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

A label to identify this entry.

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

Input only. The time-to-leave of this access control entry.

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

The allowlisted value for the access control list.