R2BucketCors

class R2BucketCors : KotlinCustomResource

Example Usage

resources:
exampleR2BucketCors:
type: cloudflare:R2BucketCors
name: example_r2_bucket_cors
properties:
accountId: 023e105f4ecef8ad9ca31a8372d0c353
bucketName: example-bucket
rules:
- allowed:
methods:
- GET
origins:
- http://localhost:3000
headers:
- x-requested-by
id: Allow Local Development
expose_headers:
- Content-Encoding
max_age_seconds: 3600

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
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
Link copied to clipboard
val urn: Output<String>