Instance Propertyswift-cloud 0.24.0CloudCore
prefix
The prefix to use when exporting data. The prefix is prepended to all results.
let prefix: String?
The prefix to use when exporting data. The prefix is prepended to all results.
let prefix: String?
s9CloudCore2S3V09AnalyticsC17BucketDestinationV6prefixSSSgvp
What are these?E8NB
import CloudCore
struct AnalyticsS3BucketDestination
struct S3
Service object for interacting with AWS S3 service.
@frozen struct String
A Unicode string value that is a collection of characters.
init(bucket: String, bucketAccountId: String? = nil, format: AnalyticsS3ExportFileFormat, prefix: String? = nil)
init(from decoder: any Decoder) throws
let bucket: String
The Amazon Resource Name (ARN) of the bucket to which data is exported.
let bucketAccountId: String?
The account ID that owns the destination S3 bucket. If no account ID is provided, the owner is not validated before exporting data. Although this value is optional, we strongly recommend that you set it to help prevent problems if the destination bucket ownership changes.
let format: AnalyticsS3ExportFileFormat
Specifies the file format used when exporting data to Amazon S3.