DomainExportingConfigArgs

data class DomainExportingConfigArgs(val s3Exporting: Output<DomainS3ExportingConfigArgs>? = null) : ConvertibleToJava<DomainExportingConfigArgs>

Configuration information for exporting Identity Resolution results, for example, to an S3 bucket.

Constructors

Link copied to clipboard
constructor(s3Exporting: Output<DomainS3ExportingConfigArgs>? = null)

Properties

Link copied to clipboard

Functions

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