TableBucketPolicyArgs

data class TableBucketPolicyArgs(val resourcePolicy: Output<TableBucketPolicyResourcePolicyArgs>? = null, val tableBucketArn: Output<String>? = null) : ConvertibleToJava<TableBucketPolicyArgs>

Applies an IAM resource policy to a table bucket.

Constructors

Link copied to clipboard
constructor(resourcePolicy: Output<TableBucketPolicyResourcePolicyArgs>? = null, tableBucketArn: Output<String>? = null)

Properties

Link copied to clipboard

The bucket policy JSON for the table bucket.

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

The Amazon Resource Name (ARN) of the table bucket.

Functions

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