DomainS3ExportingConfigArgs

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

The S3 location where Identity Resolution Jobs write result files.

Constructors

Link copied to clipboard
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(): DomainS3ExportingConfigArgs