aws-native logo
AWS Native v0.54.0, Mar 21 23

aws-native.s3outposts.BucketPolicy

Resource Type Definition for AWS::S3Outposts::BucketPolicy

Create BucketPolicy Resource

new BucketPolicy(name: string, args: BucketPolicyArgs, opts?: CustomResourceOptions);
@overload
def BucketPolicy(resource_name: str,
                 opts: Optional[ResourceOptions] = None,
                 bucket: Optional[str] = None,
                 policy_document: Optional[Any] = None)
@overload
def BucketPolicy(resource_name: str,
                 args: BucketPolicyArgs,
                 opts: Optional[ResourceOptions] = 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.

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.

PolicyDocument object

A policy document containing permissions to add to the specified bucket.

Bucket string

The Amazon Resource Name (ARN) of the specified bucket.

PolicyDocument interface{}

A policy document containing permissions to add to the specified bucket.

bucket String

The Amazon Resource Name (ARN) of the specified bucket.

policyDocument Object

A policy document containing permissions to add to the specified bucket.

bucket string

The Amazon Resource Name (ARN) of the specified bucket.

policyDocument any

A policy document containing permissions to add to the specified bucket.

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.

bucket String

The Amazon Resource Name (ARN) of the specified bucket.

policyDocument Any

A policy document containing permissions to add to the specified bucket.

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