Get Table Policy
s3tables_get_table_policy | R Documentation |
Gets details about a table policy¶
Description¶
Gets details about a table policy. For more information, see Viewing a table policy in the Amazon Simple Storage Service User Guide.
Permissions¶
You must have the s3tables:GetTablePolicy
permission to use this
operation.
Usage¶
s3tables_get_table_policy(tableBucketARN, namespace, name)
Arguments¶
tableBucketARN |
[required] The Amazon Resource Name (ARN) of the table bucket that contains the table. |
namespace |
[required] The namespace associated with the table. |
name |
[required] The name of the table. |
Value¶
A list with the following syntax:
list(
resourcePolicy = "string"
)
Request syntax¶
svc$get_table_policy(
tableBucketARN = "string",
namespace = "string",
name = "string"
)