Class: CfnDsl::ResourceDefinition

Inherits:
Object
  • Object
show all
Defined in:
lib/monkey-patches/cfndsl_patch.rb

Overview

Automatically apply resource tag standard to supported resources (if supplied)

Instance Method Summary collapse

Constructor Details

#initializeResourceDefinition

Returns a new instance of ResourceDefinition.



75
76
77
# File 'lib/monkey-patches/cfndsl_patch.rb', line 75

def initialize
  apply_tag_standard
end