TableAclAccessPolicyArgs

data class TableAclAccessPolicyArgs(val expiry: Output<String>, val permissions: Output<String>, val start: Output<String>) : ConvertibleToJava<TableAclAccessPolicyArgs>

Constructors

Link copied to clipboard
constructor(expiry: Output<String>, permissions: Output<String>, start: Output<String>)

Properties

Link copied to clipboard
val expiry: Output<String>

The ISO8061 UTC time at which this Access Policy should be valid until.

Link copied to clipboard
val permissions: Output<String>

The permissions which should associated with this Shared Identifier.

Link copied to clipboard
val start: Output<String>

The ISO8061 UTC time at which this Access Policy should be valid from.

Functions

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