R2BucketSippy

class R2BucketSippy : KotlinCustomResource

Example Usage

resources:
exampleR2BucketSippy:
type: cloudflare:R2BucketSippy
name: example_r2_bucket_sippy
properties:
accountId: 023e105f4ecef8ad9ca31a8372d0c353
bucketName: example-bucket
destination:
access_key_id: accessKeyId
provider: r2
secret_access_key: secretAccessKey
source:
access_key_id: accessKeyId
bucket: bucket
provider: aws
region: region
secret_access_key: secretAccessKey

Properties

Link copied to clipboard
val accountId: Output<String>

Account ID

Link copied to clipboard
val bucketName: Output<String>

Name of the bucket

Link copied to clipboard

R2 bucket to copy objects to

Link copied to clipboard
val enabled: Output<Boolean>

State of Sippy for this bucket

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val jurisdiction: Output<String>

Jurisdiction of the bucket

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

AWS S3 bucket to copy objects from

Link copied to clipboard
val urn: Output<String>