persistent property

bool? persistent
final

Persistent options can't be removed from an option group while DB instances are associated with the option group. If you disassociate all DB instances from the option group, your can remove the persistent option from the option group.

Implementation

final bool? persistent;