DomainRuleBasedMatchingExportingConfigS3Exporting

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

Constructors

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.