Table Bucket Policy Args
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)