deletionPolicy

val deletionPolicy: Output<String>?

The deletion policy for the secret version. Setting ABANDON allows the resource to be abandoned rather than deleted. Setting DISABLE allows the resource to be disabled rather than deleted. Default is DELETE. Possible values are:

  • DELETE

  • DISABLE

  • ABANDON