DomainRuleBasedMatchingExportingConfigS3ExportingArgs

data class DomainRuleBasedMatchingExportingConfigS3ExportingArgs(val s3BucketName: Output<String>, val s3KeyName: Output<String>? = null) : ConvertibleToJava<DomainRuleBasedMatchingExportingConfigS3ExportingArgs>

Constructors

constructor(s3BucketName: Output<String>, s3KeyName: Output<String>? = null)

Properties

Link copied to clipboard
val s3BucketName: Output<String>

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

Link copied to clipboard
val s3KeyName: Output<String>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): DomainRuleBasedMatchingExportingConfigS3ExportingArgs