We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.32.0 published on Wednesday, Aug 13, 2025 by Pulumi
aws-native.s3tables.getTablePolicy
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.32.0 published on Wednesday, Aug 13, 2025 by Pulumi
Resource Type definition for AWS::S3Tables::TablePolicy
Using getTablePolicy
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getTablePolicy(args: GetTablePolicyArgs, opts?: InvokeOptions): Promise<GetTablePolicyResult>
function getTablePolicyOutput(args: GetTablePolicyOutputArgs, opts?: InvokeOptions): Output<GetTablePolicyResult>
def get_table_policy(table_arn: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetTablePolicyResult
def get_table_policy_output(table_arn: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetTablePolicyResult]
func LookupTablePolicy(ctx *Context, args *LookupTablePolicyArgs, opts ...InvokeOption) (*LookupTablePolicyResult, error)
func LookupTablePolicyOutput(ctx *Context, args *LookupTablePolicyOutputArgs, opts ...InvokeOption) LookupTablePolicyResultOutput
> Note: This function is named LookupTablePolicy
in the Go SDK.
public static class GetTablePolicy
{
public static Task<GetTablePolicyResult> InvokeAsync(GetTablePolicyArgs args, InvokeOptions? opts = null)
public static Output<GetTablePolicyResult> Invoke(GetTablePolicyInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetTablePolicyResult> getTablePolicy(GetTablePolicyArgs args, InvokeOptions options)
public static Output<GetTablePolicyResult> getTablePolicy(GetTablePolicyArgs args, InvokeOptions options)
fn::invoke:
function: aws-native:s3tables:getTablePolicy
arguments:
# arguments dictionary
The following arguments are supported:
- Table
Arn string
- Table
Arn string
- table
Arn String
- table
Arn string
- table_
arn str
- table
Arn String
getTablePolicy Result
The following output properties are available:
- Namespace string
- Resource
Policy TablePolicy Resource Policy - Table
Bucket stringArn - Table
Name string
- namespace String
- resource
Policy TablePolicy Resource Policy - table
Bucket StringArn - table
Name String
- namespace string
- resource
Policy TablePolicy Resource Policy - table
Bucket stringArn - table
Name string
- namespace String
- resource
Policy Property Map - table
Bucket StringArn - table
Name String
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.32.0 published on Wednesday, Aug 13, 2025 by Pulumi