# File lib/aws/policy.rb, line 746
      def initialize(opts = {})
        self.sid = UUIDTools::UUID.timestamp_create.to_s.tr('-','')
        self.conditions = ConditionBlock.new

        parse_options(opts)

        yield(self) if block_given?
      end