Method: Stax::Aws::Cfn.protection
- Defined in:
- lib/stax/aws/cfn.rb
.protection(name, enable) ⇒ Object
128 129 130 |
# File 'lib/stax/aws/cfn.rb', line 128 def protection(name, enable) client.update_termination_protection(stack_name: name, enable_termination_protection: enable) end |