Class: Chef::Provisioning::AWSDriver::AWSRDSResource

Inherits:
AWSResource show all
Defined in:
lib/chef/provisioning/aws_driver/aws_rds_resource.rb

Constant Summary

Constants inherited from AWSResource

Chef::Provisioning::AWSDriver::AWSResource::NOT_PASSED

Instance Method Summary collapse

Methods inherited from AWSResource

#action, #action=, #aws_object, #aws_object_id, get_aws_object, get_aws_object_id, #initialize, lookup_options

Methods inherited from SuperLWRP

#_pv_is, attribute, lazy

Constructor Details

This class inherits a constructor from Chef::Provisioning::AWSDriver::AWSResource

Instance Method Details

#rds_tagging_typeObject



5
6
7
# File 'lib/chef/provisioning/aws_driver/aws_rds_resource.rb', line 5

def rds_tagging_type
  raise "You must add the RDS resource type lookup from http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html#USER_Tagging.ARN"
end