1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. s3tables
  5. getTableBucketPolicy

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi

aws-native.s3tables.getTableBucketPolicy

Explore with Pulumi AI

aws-native logo

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi

    Applies an IAM resource policy to a table bucket.

    Using getTableBucketPolicy

    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 getTableBucketPolicy(args: GetTableBucketPolicyArgs, opts?: InvokeOptions): Promise<GetTableBucketPolicyResult>
    function getTableBucketPolicyOutput(args: GetTableBucketPolicyOutputArgs, opts?: InvokeOptions): Output<GetTableBucketPolicyResult>
    def get_table_bucket_policy(table_bucket_arn: Optional[str] = None,
                                opts: Optional[InvokeOptions] = None) -> GetTableBucketPolicyResult
    def get_table_bucket_policy_output(table_bucket_arn: Optional[pulumi.Input[str]] = None,
                                opts: Optional[InvokeOptions] = None) -> Output[GetTableBucketPolicyResult]
    func LookupTableBucketPolicy(ctx *Context, args *LookupTableBucketPolicyArgs, opts ...InvokeOption) (*LookupTableBucketPolicyResult, error)
    func LookupTableBucketPolicyOutput(ctx *Context, args *LookupTableBucketPolicyOutputArgs, opts ...InvokeOption) LookupTableBucketPolicyResultOutput

    > Note: This function is named LookupTableBucketPolicy in the Go SDK.

    public static class GetTableBucketPolicy 
    {
        public static Task<GetTableBucketPolicyResult> InvokeAsync(GetTableBucketPolicyArgs args, InvokeOptions? opts = null)
        public static Output<GetTableBucketPolicyResult> Invoke(GetTableBucketPolicyInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetTableBucketPolicyResult> getTableBucketPolicy(GetTableBucketPolicyArgs args, InvokeOptions options)
    public static Output<GetTableBucketPolicyResult> getTableBucketPolicy(GetTableBucketPolicyArgs args, InvokeOptions options)
    
    fn::invoke:
      function: aws-native:s3tables:getTableBucketPolicy
      arguments:
        # arguments dictionary

    The following arguments are supported:

    TableBucketArn string
    The Amazon Resource Name (ARN) of the table bucket.
    TableBucketArn string
    The Amazon Resource Name (ARN) of the table bucket.
    tableBucketArn String
    The Amazon Resource Name (ARN) of the table bucket.
    tableBucketArn string
    The Amazon Resource Name (ARN) of the table bucket.
    table_bucket_arn str
    The Amazon Resource Name (ARN) of the table bucket.
    tableBucketArn String
    The Amazon Resource Name (ARN) of the table bucket.

    getTableBucketPolicy Result

    The following output properties are available:

    ResourcePolicy TableBucketPolicyResourcePolicy
    The bucket policy JSON for the table bucket.
    resourcePolicy TableBucketPolicyResourcePolicy
    The bucket policy JSON for the table bucket.
    resourcePolicy TableBucketPolicyResourcePolicy
    The bucket policy JSON for the table bucket.
    resource_policy TableBucketPolicyResourcePolicy
    The bucket policy JSON for the table bucket.
    resourcePolicy Property Map
    The bucket policy JSON for the table bucket.

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    We recommend new projects start with resources from the AWS provider.

    AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi