AWS S3 Replicated Bucket
ReplicatedBucket
Create a ReplicatedBucket Resource
new ReplicatedBucket(name: string, args: ReplicatedBucketArgs, opts?: CustomResourceOptions);
@overload
def ReplicatedBucket(resource_name: str,
opts: Optional[ResourceOptions] = None,
destination_region: Optional[str] = None)
@overload
def ReplicatedBucket(resource_name: str,
args: ReplicatedBucketArgs,
opts: Optional[ResourceOptions] = None)
func NewReplicatedBucket(ctx *Context, name string, args ReplicatedBucketArgs, opts ...ResourceOption) (*ReplicatedBucket, error)
public ReplicatedBucket(string name, ReplicatedBucketArgs args, CustomResourceOptions? opts = null)
public ReplicatedBucket(String name, ReplicatedBucketArgs args)
public ReplicatedBucket(String name, ReplicatedBucketArgs args, CustomResourceOptions options)
type: aws-s3-replicated-bucket:ReplicatedBucket
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ReplicatedBucketArgs
- 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 ReplicatedBucketArgs
- 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 ReplicatedBucketArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ReplicatedBucketArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ReplicatedBucketArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
ReplicatedBucket 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 ReplicatedBucket resource accepts the following input properties:
- Destination
Region string Region to which data should be replicated.
- Destination
Region string Region to which data should be replicated.
- destination
Region String Region to which data should be replicated.
- destination
Region string Region to which data should be replicated.
- destination_
region str Region to which data should be replicated.
- destination
Region String Region to which data should be replicated.
Outputs
All input properties are implicitly available as output properties. Additionally, the ReplicatedBucket resource produces the following output properties:
- Destination
Bucket Pulumi.Aws. S3. Bucket Bucket to which data should be replicated.
- Id string
The provider-assigned unique ID for this managed resource.
- Source
Bucket Pulumi.Aws. S3. Bucket Bucket to which objects are written.
- Destination
Bucket Bucket Bucket to which data should be replicated.
- Id string
The provider-assigned unique ID for this managed resource.
- Source
Bucket Bucket Bucket to which objects are written.
- destination
Bucket Bucket Bucket to which data should be replicated.
- id String
The provider-assigned unique ID for this managed resource.
- source
Bucket Bucket Bucket to which objects are written.
- destination
Bucket pulumiAwss3Bucket Bucket to which data should be replicated.
- id string
The provider-assigned unique ID for this managed resource.
- source
Bucket pulumiAwss3Bucket Bucket to which objects are written.
- destination_
bucket Bucket Bucket to which data should be replicated.
- id str
The provider-assigned unique ID for this managed resource.
- source_
bucket Bucket Bucket to which objects are written.
- destination
Bucket aws:s3:Bucket Bucket to which data should be replicated.
- id String
The provider-assigned unique ID for this managed resource.
- source
Bucket aws:s3:Bucket Bucket to which objects are written.