AWS S3 Replicated Bucket v0.0.6 published on Thursday, Oct 7, 2021 by Lee Zen
aws-s3-replicated-bucket.ReplicatedBucket
Explore with Pulumi AI
AWS S3 Replicated Bucket v0.0.6 published on Thursday, Oct 7, 2021 by Lee Zen
Create ReplicatedBucket Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ReplicatedBucket(name: string, args: ReplicatedBucketArgs, opts?: CustomResourceOptions);
@overload
def ReplicatedBucket(resource_name: str,
args: ReplicatedBucketArgs,
opts: Optional[ResourceOptions] = None)
@overload
def ReplicatedBucket(resource_name: str,
opts: Optional[ResourceOptions] = None,
destination_region: Optional[str] = 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.
Parameters
- 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.
Constructor example
The following reference example uses placeholder values for all input properties.
var replicatedBucketResource = new AwsS3ReplicatedBucket.ReplicatedBucket("replicatedBucketResource", new()
{
DestinationRegion = "string",
});
example, err := awss3replicatedbucket.NewReplicatedBucket(ctx, "replicatedBucketResource", &awss3replicatedbucket.ReplicatedBucketArgs{
DestinationRegion: pulumi.String("string"),
})
var replicatedBucketResource = new ReplicatedBucket("replicatedBucketResource", ReplicatedBucketArgs.builder()
.destinationRegion("string")
.build());
replicated_bucket_resource = aws_s3_replicated_bucket.ReplicatedBucket("replicatedBucketResource", destination_region="string")
const replicatedBucketResource = new aws_s3_replicated_bucket.ReplicatedBucket("replicatedBucketResource", {destinationRegion: "string"});
type: aws-s3-replicated-bucket:ReplicatedBucket
properties:
destinationRegion: string
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. This type is defined in the AWS Classic package.
- Source
Bucket Pulumi.Aws. S3. Bucket - Bucket to which objects are written. This type is defined in the AWS Classic package.
- Destination
Bucket Bucket - Bucket to which data should be replicated. This type is defined in the AWS Classic package.
- Source
Bucket Bucket - Bucket to which objects are written. This type is defined in the AWS Classic package.
- destination
Bucket Bucket - Bucket to which data should be replicated. This type is defined in the AWS Classic package.
- source
Bucket Bucket - Bucket to which objects are written. This type is defined in the AWS Classic package.
- destination
Bucket pulumiAwss3Bucket - Bucket to which data should be replicated. This type is defined in the AWS Classic package.
- source
Bucket pulumiAwss3Bucket - Bucket to which objects are written. This type is defined in the AWS Classic package.
- destination_
bucket pulumi_aws.s3. Bucket - Bucket to which data should be replicated. This type is defined in the AWS Classic package.
- source_
bucket pulumi_aws.s3. Bucket - Bucket to which objects are written. This type is defined in the AWS Classic package.
- destination
Bucket aws:s3:Bucket - Bucket to which data should be replicated. This type is defined in the AWS Classic package.
- source
Bucket aws:s3:Bucket - Bucket to which objects are written. This type is defined in the AWS Classic package.
Package Details
- Repository
- AWS S3 Replicated Bucket
- License
AWS S3 Replicated Bucket v0.0.6 published on Thursday, Oct 7, 2021 by Lee Zen