Domain S3Exporting Config Args
data class DomainS3ExportingConfigArgs(val s3BucketName: Output<String>, val s3KeyName: Output<String>? = null) : ConvertibleToJava<DomainS3ExportingConfigArgs>
The S3 location where Identity Resolution Jobs write result files.