R2Bucket Sippy Destination Args
data class R2BucketSippyDestinationArgs(val accessKeyId: Output<String>? = null, val provider: Output<String>? = null, val secretAccessKey: Output<String>? = null) : ConvertibleToJava<R2BucketSippyDestinationArgs>
Properties
Link copied to clipboard
ID of a Cloudflare API token. This is the value labelled "Access Key ID" when creating an API token from the R2 dashboard.
Link copied to clipboard
Value of a Cloudflare API token. This is the value labelled "Secret Access Key" when creating an API token from the R2 dashboard. Sippy will use this token when writing objects to R2, so it is best to scope this token to the bucket you're enabling Sippy for.