default Retention
suspend fun defaultRetention(value: Output<OntapVolumeSnaplockConfigurationRetentionPeriodDefaultRetentionArgs>)
suspend fun defaultRetention(value: OntapVolumeSnaplockConfigurationRetentionPeriodDefaultRetentionArgs?)
Parameters
value
The retention period assigned to a write once, read many (WORM) file by default if an explicit retention period is not set for an FSx for ONTAP SnapLock volume. The default retention period must be greater than or equal to the minimum retention period and less than or equal to the maximum retention period. See default_retention
Block for details.
suspend fun defaultRetention(argument: suspend OntapVolumeSnaplockConfigurationRetentionPeriodDefaultRetentionArgsBuilder.() -> Unit)
Parameters
argument
The retention period assigned to a write once, read many (WORM) file by default if an explicit retention period is not set for an FSx for ONTAP SnapLock volume. The default retention period must be greater than or equal to the minimum retention period and less than or equal to the maximum retention period. See default_retention
Block for details.