Table Acl Args
data class TableAclArgs(val accessPolicies: Output<List<TableAclAccessPolicyArgs>>? = null, val id: Output<String>) : ConvertibleToJava<TableAclArgs>
Constructors
Link copied to clipboard
fun TableAclArgs(accessPolicies: Output<List<TableAclAccessPolicyArgs>>? = null, id: Output<String>)