DataRepositoryAssociationS3Args

data class DataRepositoryAssociationS3Args(val autoExportPolicy: Output<DataRepositoryAssociationS3AutoExportPolicyArgs>? = null, val autoImportPolicy: Output<DataRepositoryAssociationS3AutoImportPolicyArgs>? = null) : ConvertibleToJava<DataRepositoryAssociationS3Args>

Constructors

Link copied to clipboard
constructor(autoExportPolicy: Output<DataRepositoryAssociationS3AutoExportPolicyArgs>? = null, autoImportPolicy: Output<DataRepositoryAssociationS3AutoImportPolicyArgs>? = null)

Properties

Link copied to clipboard

Specifies the type of updated objects that will be automatically exported from your file system to the linked S3 bucket. See the events configuration block.

Link copied to clipboard

Specifies the type of updated objects that will be automatically imported from the linked S3 bucket to your file system. See the events configuration block.

Functions

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