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
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:
- Table
Bucket stringArn - The Amazon Resource Name (ARN) of the table bucket.
- Table
Bucket stringArn - The Amazon Resource Name (ARN) of the table bucket.
- table
Bucket StringArn - The Amazon Resource Name (ARN) of the table bucket.
- table
Bucket stringArn - The Amazon Resource Name (ARN) of the table bucket.
- table_
bucket_ strarn - The Amazon Resource Name (ARN) of the table bucket.
- table
Bucket StringArn - The Amazon Resource Name (ARN) of the table bucket.
getTableBucketPolicy Result
The following output properties are available:
- Resource
Policy Pulumi.Aws Native. S3Tables. Outputs. Table Bucket Policy Resource Policy - The bucket policy JSON for the table bucket.
- Resource
Policy TableBucket Policy Resource Policy - The bucket policy JSON for the table bucket.
- resource
Policy TableBucket Policy Resource Policy - The bucket policy JSON for the table bucket.
- resource
Policy TableBucket Policy Resource Policy - The bucket policy JSON for the table bucket.
- resource_
policy TableBucket Policy Resource Policy - The bucket policy JSON for the table bucket.
- resource
Policy Property Map - The bucket policy JSON for the table bucket.
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.26.0 published on Wednesday, Mar 12, 2025 by Pulumi