We recommend new projects start with resources from the AWS provider.
aws-native.s3outposts.BucketPolicy
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
Resource Type Definition for AWS::S3Outposts::BucketPolicy
Create BucketPolicy Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new BucketPolicy(name: string, args: BucketPolicyArgs, opts?: CustomResourceOptions);
@overload
def BucketPolicy(resource_name: str,
args: BucketPolicyArgs,
opts: Optional[ResourceOptions] = None)
@overload
def BucketPolicy(resource_name: str,
opts: Optional[ResourceOptions] = None,
bucket: Optional[str] = None,
policy_document: Optional[Any] = None)
func NewBucketPolicy(ctx *Context, name string, args BucketPolicyArgs, opts ...ResourceOption) (*BucketPolicy, error)
public BucketPolicy(string name, BucketPolicyArgs args, CustomResourceOptions? opts = null)
public BucketPolicy(String name, BucketPolicyArgs args)
public BucketPolicy(String name, BucketPolicyArgs args, CustomResourceOptions options)
type: aws-native:s3outposts:BucketPolicy
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args BucketPolicyArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args BucketPolicyArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args BucketPolicyArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args BucketPolicyArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args BucketPolicyArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
BucketPolicy Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The BucketPolicy resource accepts the following input properties:
- Bucket string
- The Amazon Resource Name (ARN) of the specified bucket.
- Policy
Document object A policy document containing permissions to add to the specified bucket.
Search the CloudFormation User Guide for
AWS::S3Outposts::BucketPolicy
for more information about the expected schema for this property.
- Bucket string
- The Amazon Resource Name (ARN) of the specified bucket.
- Policy
Document interface{} A policy document containing permissions to add to the specified bucket.
Search the CloudFormation User Guide for
AWS::S3Outposts::BucketPolicy
for more information about the expected schema for this property.
- bucket String
- The Amazon Resource Name (ARN) of the specified bucket.
- policy
Document Object A policy document containing permissions to add to the specified bucket.
Search the CloudFormation User Guide for
AWS::S3Outposts::BucketPolicy
for more information about the expected schema for this property.
- bucket string
- The Amazon Resource Name (ARN) of the specified bucket.
- policy
Document any A policy document containing permissions to add to the specified bucket.
Search the CloudFormation User Guide for
AWS::S3Outposts::BucketPolicy
for more information about the expected schema for this property.
- bucket str
- The Amazon Resource Name (ARN) of the specified bucket.
- policy_
document Any A policy document containing permissions to add to the specified bucket.
Search the CloudFormation User Guide for
AWS::S3Outposts::BucketPolicy
for more information about the expected schema for this property.
- bucket String
- The Amazon Resource Name (ARN) of the specified bucket.
- policy
Document Any A policy document containing permissions to add to the specified bucket.
Search the CloudFormation User Guide for
AWS::S3Outposts::BucketPolicy
for more information about the expected schema for this property.
Outputs
All input properties are implicitly available as output properties. Additionally, the BucketPolicy resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
- id string
- The provider-assigned unique ID for this managed resource.
- id str
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.