GetR2BucketSippyResult

data class GetR2BucketSippyResult(val accountId: String, val bucketName: String, val destination: GetR2BucketSippyDestination, val enabled: Boolean, val id: String, val source: GetR2BucketSippySource)

A collection of values returned by getR2BucketSippy.

Constructors

Link copied to clipboard
constructor(accountId: String, bucketName: String, destination: GetR2BucketSippyDestination, enabled: Boolean, id: String, source: GetR2BucketSippySource)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Account ID.

Link copied to clipboard

Name of the bucket.

Link copied to clipboard

Details about the configured destination bucket.

Link copied to clipboard

State of Sippy for this bucket.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

Details about the configured source bucket.