# File lib/aws/core/policy.rb, line 750
        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