events

@JvmName(name = "sxiwjjtklfwrtjct")
suspend fun events(value: Output<List<DataRepositoryAssociationEventType>>)
@JvmName(name = "inxdiottojjtyhsq")
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 = "fmqjrauadyiordim")
suspend fun events(vararg values: Output<DataRepositoryAssociationEventType>)


@JvmName(name = "rnqljdvjyvwevlvx")
suspend fun events(values: List<Output<DataRepositoryAssociationEventType>>)
@JvmName(name = "skembdlnrloytqgh")
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`.