delete Marker Replication
suspend fun deleteMarkerReplication(value: Output<BucketReplicationConfigRuleDeleteMarkerReplicationArgs>)
Parameters
value
Whether delete markers are replicated. This argument is only valid with V2 replication configurations (i.e., when filter
is used)documented below.
suspend fun deleteMarkerReplication(argument: suspend BucketReplicationConfigRuleDeleteMarkerReplicationArgsBuilder.() -> Unit)
Parameters
argument
Whether delete markers are replicated. This argument is only valid with V2 replication configurations (i.e., when filter
is used)documented below.