TableAclArgs

data class TableAclArgs(val accessPolicies: Output<List<TableAclAccessPolicyArgs>>? = null, val id: Output<String>) : ConvertibleToJava<TableAclArgs>

Constructors

Link copied to clipboard
constructor(accessPolicies: Output<List<TableAclAccessPolicyArgs>>? = null, id: Output<String>)

Properties

Link copied to clipboard

An access_policy block as defined below.

Link copied to clipboard
val id: Output<String>

The ID which should be used for this Shared Identifier.

Functions

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