TableSignedIdentifierArgs

data class TableSignedIdentifierArgs(val accessPolicy: Output<TableAccessPolicyArgs>? = null, val id: Output<String>) : ConvertibleToJava<TableSignedIdentifierArgs>

Object to set Table Access Policy.

Constructors

Link copied to clipboard
constructor(accessPolicy: Output<TableAccessPolicyArgs>? = null, id: Output<String>)

Properties

Link copied to clipboard
val accessPolicy: Output<TableAccessPolicyArgs>? = null

Access policy

Link copied to clipboard
val id: Output<String>

unique-64-character-value of the stored access policy.

Functions

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