events

@JvmName(name = "ccvdwxlptvbafmht")
suspend fun events(value: Output<List<DataRepositoryAssociationEventType>>)
@JvmName(name = "wsnqypyterdqqsmo")
suspend fun events(value: List<DataRepositoryAssociationEventType>)

Parameters

value

The `AutoExportPolicy` can have the following event values:

  • `NEW` - New files and directories are automatically exported to the data repository as they are added to the file system.

  • `CHANGED` - Changes to files and directories on the file system are automatically exported to the data repository.

  • `DELETED` - Files and directories are automatically deleted on the data repository when they are deleted on the file system. You can define any combination of event types for your `AutoExportPolicy`.


@JvmName(name = "avjmnpqsnkbikxmf")
suspend fun events(vararg values: Output<DataRepositoryAssociationEventType>)


@JvmName(name = "ofvapwcqhtxrdfvj")
suspend fun events(values: List<Output<DataRepositoryAssociationEventType>>)
@JvmName(name = "lltrcimadlpaabeo")
suspend fun events(vararg values: DataRepositoryAssociationEventType)

Parameters

values

The `AutoExportPolicy` can have the following event values:

  • `NEW` - New files and directories are automatically exported to the data repository as they are added to the file system.

  • `CHANGED` - Changes to files and directories on the file system are automatically exported to the data repository.

  • `DELETED` - Files and directories are automatically deleted on the data repository when they are deleted on the file system. You can define any combination of event types for your `AutoExportPolicy`.