DomainS3ExportingConfig

data class DomainS3ExportingConfig(val s3BucketName: String, val s3KeyName: String? = null)

The S3 location where Identity Resolution Jobs write result files.

Constructors

Link copied to clipboard
constructor(s3BucketName: String, s3KeyName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the S3 bucket where Identity Resolution Jobs write result files.

Link copied to clipboard
val s3KeyName: String? = null

The S3 key name of the location where Identity Resolution Jobs write result files.