We recommend new projects start with resources from the AWS provider.
published on Monday, Mar 23, 2026 by Pulumi
We recommend new projects start with resources from the AWS provider.
published on Monday, Mar 23, 2026 by Pulumi
Resource Type Definition for AWS::S3Outposts::BucketPolicy
Using getBucketPolicy
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 getBucketPolicy(args: GetBucketPolicyArgs, opts?: InvokeOptions): Promise<GetBucketPolicyResult>
function getBucketPolicyOutput(args: GetBucketPolicyOutputArgs, opts?: InvokeOptions): Output<GetBucketPolicyResult>def get_bucket_policy(bucket: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetBucketPolicyResult
def get_bucket_policy_output(bucket: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetBucketPolicyResult]func LookupBucketPolicy(ctx *Context, args *LookupBucketPolicyArgs, opts ...InvokeOption) (*LookupBucketPolicyResult, error)
func LookupBucketPolicyOutput(ctx *Context, args *LookupBucketPolicyOutputArgs, opts ...InvokeOption) LookupBucketPolicyResultOutput> Note: This function is named LookupBucketPolicy in the Go SDK.
public static class GetBucketPolicy
{
public static Task<GetBucketPolicyResult> InvokeAsync(GetBucketPolicyArgs args, InvokeOptions? opts = null)
public static Output<GetBucketPolicyResult> Invoke(GetBucketPolicyInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetBucketPolicyResult> getBucketPolicy(GetBucketPolicyArgs args, InvokeOptions options)
public static Output<GetBucketPolicyResult> getBucketPolicy(GetBucketPolicyArgs args, InvokeOptions options)
fn::invoke:
function: aws-native:s3outposts:getBucketPolicy
arguments:
# arguments dictionaryThe following arguments are supported:
- Bucket string
- The Amazon Resource Name (ARN) of the specified bucket.
- Bucket string
- The Amazon Resource Name (ARN) of the specified bucket.
- bucket String
- The Amazon Resource Name (ARN) of the specified bucket.
- bucket string
- The Amazon Resource Name (ARN) of the specified bucket.
- bucket str
- The Amazon Resource Name (ARN) of the specified bucket.
- bucket String
- The Amazon Resource Name (ARN) of the specified bucket.
getBucketPolicy Result
The following output properties are available:
- Policy
Document object A policy document containing permissions to add to the specified bucket.
Search the CloudFormation User Guide for
AWS::S3Outposts::BucketPolicyfor more information about the expected schema for this property.
- Policy
Document interface{} A policy document containing permissions to add to the specified bucket.
Search the CloudFormation User Guide for
AWS::S3Outposts::BucketPolicyfor more information about the expected schema for this property.
- policy
Document Object A policy document containing permissions to add to the specified bucket.
Search the CloudFormation User Guide for
AWS::S3Outposts::BucketPolicyfor more information about the expected schema for this property.
- policy
Document any A policy document containing permissions to add to the specified bucket.
Search the CloudFormation User Guide for
AWS::S3Outposts::BucketPolicyfor more information about the expected schema for this property.
- policy_
document Any A policy document containing permissions to add to the specified bucket.
Search the CloudFormation User Guide for
AWS::S3Outposts::BucketPolicyfor more information about the expected schema for this property.
- policy
Document Any A policy document containing permissions to add to the specified bucket.
Search the CloudFormation User Guide for
AWS::S3Outposts::BucketPolicyfor more information about the expected schema for this property.
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
published on Monday, Mar 23, 2026 by Pulumi
