R2Bucket Sippy Source Args
data class R2BucketSippySourceArgs(val accessKeyId: Output<String>? = null, val bucket: Output<String>? = null, val clientEmail: Output<String>? = null, val privateKey: Output<String>? = null, val provider: Output<String>? = null, val region: Output<String>? = null, val secretAccessKey: Output<String>? = null) : ConvertibleToJava<R2BucketSippySourceArgs>
Properties
Link copied to clipboard
Access Key ID of an IAM credential (ideally scoped to a single S3 bucket)
Link copied to clipboard
Client email of an IAM credential (ideally scoped to a single GCS bucket)
Link copied to clipboard
Private Key of an IAM credential (ideally scoped to a single GCS bucket)
Link copied to clipboard
Secret Access Key of an IAM credential (ideally scoped to a single S3 bucket)