events

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

Parameters

value

The `AutoImportPolicy` can have the following event values:

  • `NEW` - Amazon FSx automatically imports metadata of files added to the linked S3 bucket that do not currently exist in the FSx file system.

  • `CHANGED` - Amazon FSx automatically updates file metadata and invalidates existing file content on the file system as files change in the data repository.

  • `DELETED` - Amazon FSx automatically deletes files on the file system as corresponding files are deleted in the data repository. You can define any combination of event types for your `AutoImportPolicy`.


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


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

Parameters

values

The `AutoImportPolicy` can have the following event values:

  • `NEW` - Amazon FSx automatically imports metadata of files added to the linked S3 bucket that do not currently exist in the FSx file system.

  • `CHANGED` - Amazon FSx automatically updates file metadata and invalidates existing file content on the file system as files change in the data repository.

  • `DELETED` - Amazon FSx automatically deletes files on the file system as corresponding files are deleted in the data repository. You can define any combination of event types for your `AutoImportPolicy`.